Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

76 lines (41 loc) · 1.67 KB

@turnkey/crypto

2.3.0

Minor Changes

  • 668edfa: Add keyformat to decryptExportBundle for displaying Solana private keys

2.2.0

Minor Changes

  • Added toDerSignature function used to convert a raw ECDSA signature into DER-encoded format for compatibility with our backend, which requires DER signatures

2.1.0

Minor Changes

  • #384: Reorganize into two subparts:

    • crypto.ts: core cryptography utilities
    • turnkey.ts: Turnkey-specific cryptography utilities

    Add verifyStampSignature method:

    • See in-line code docs for more details + example of usage
    • This is useful for checking the validity of a stamp (signature) against the request body

Patch Changes

  • d989d46: Remove unnecessary react/typsecript packages

2.0.0

Major Changes

  • [BREAKING CHANGE] renamed 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)

Patch Changes

1.0.0

Major Changes

  • 93666ff: turnkey/crypto standard HPKE encryption, first major release. Allows for programmatic importing in environments like node. Moved some encoding helper functions to turnkey/encoding

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • Add HPKE encryption

0.1.1

Patch Changes

  • d968e0b: Bugfix: return public key

0.1.0

Initial release