Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-18 | Use single-quotes and increase line width | Matthew Miller | |
2023-08-17 | Refactor verifyRegistrationResponse tests | Matthew Miller | |
2023-08-16 | Run `deno fmt` on everything | Matthew Miller | |
2023-08-16 | Add file extensions to imports | Matthew Miller | |
2022-11-19 | Split out COSE-specific values | Matthew Miller | |
2022-11-12 | Figure out a better pattern for exposing iso funcs | Matthew Miller | |
2022-11-12 | Rename isomorphic helpers to avoid collision? | Matthew Miller | |
I think `helpers/uint8Array.ts` might conflict with CI's ability to resolve the global `Uint8Array` when I `import * as uint8Array`...just a hunch. I decided to rename all the helpers too to help keep them grouped together. | |||
2022-11-11 | Refactor to use cbor helpers | Matthew Miller | |
2022-11-05 | Replace most Buffer types with Uint8Array | Matthew Miller | |
2022-07-27 | Export named decodeCredentialPublicKey() | Matthew Miller | |
2020-11-18 | chore(deps): update cbor and wrap decodeFirstSync with recovery | Jonathan Stewmon | |
Since cbor 5.1, decodeFirstSync behaves consistently with the async method, which throws an error if there are extra bytes after the first object. see: https://github.com/hildjj/node-cbor/commit/dc4f76445c42dc45dd5750ee53851159622795de | |||
2020-06-05 | Verify public key algorithm is supported | Matthew Miller | |