fromDerSignature(
derSignature
):Uint8Array
Defined in: crypto.ts:528
Converts an ASN.1 DER-encoded ECDSA signature to the raw format used for verification.
string
The DER-encoded signature.
Uint8Array
fromDerSignature(
derSignature
):Uint8Array
Defined in: crypto.ts:528
Converts an ASN.1 DER-encoded ECDSA signature to the raw format used for verification.
string
The DER-encoded signature.
Uint8Array