toDerSignature
function used to convert a raw ECDSA signature into DER-encoded format for compatibility with our backend, which requires DER signatureshttps://github.com/tkhq/sdk/pull/384: Reorganize into two subparts:
crypto.ts
: core cryptography utilitiesturnkey.ts
: Turnkey-specific cryptography utilitiesAdd verifyStampSignature
method:
decryptBundle
to decryptCredentialBundle
(for decrypting email auth/recovery and oauth credential bundles) in order to distinguish from the new decryptExportBundle
(for decrypting bundles containing wallet mnemonics or private key material)Initial release
toDerSignature
function used to convert a raw ECDSA signature into DER-encoded format for compatibility with our backend, which requires DER signatureshttps://github.com/tkhq/sdk/pull/384: Reorganize into two subparts:
crypto.ts
: core cryptography utilitiesturnkey.ts
: Turnkey-specific cryptography utilitiesAdd verifyStampSignature
method:
decryptBundle
to decryptCredentialBundle
(for decrypting email auth/recovery and oauth credential bundles) in order to distinguish from the new decryptExportBundle
(for decrypting bundles containing wallet mnemonics or private key material)Initial release