summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/decodeCredentialPublicKey.ts
AgeCommit message (Collapse)Author
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-17Refactor verifyRegistrationResponse testsMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2022-11-19Split out COSE-specific valuesMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-12Rename 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-11Refactor to use cbor helpersMatthew Miller
2022-11-05Replace most Buffer types with Uint8ArrayMatthew Miller
2022-07-27Export named decodeCredentialPublicKey()Matthew Miller
2020-11-18chore(deps): update cbor and wrap decodeFirstSync with recoveryJonathan 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-05Verify public key algorithm is supportedMatthew Miller