import * as simplewebauthn from "https://deno.land/x/simplewebauthn@v8.3.2/packages/server/src/helpers/iso/isoCrypto/unwrapEC2Signature.ts";
Functions
In WebAuthn, EC2 signatures are wrapped in ASN.1 structure so we need to peel r and s apart. |
x/simplewebauthn/packages/server/src/helpers/iso/isoCrypto/unwrapEC2Signature.ts
import * as simplewebauthn from "https://deno.land/x/simplewebauthn@v8.3.2/packages/server/src/helpers/iso/isoCrypto/unwrapEC2Signature.ts";
In WebAuthn, EC2 signatures are wrapped in ASN.1 structure so we need to peel r and s apart. |