#1050c745646 Author @amircheikh - - Removed @peculiar/webcrypto dependancy. This will fix build errors in environments where webcrypto is not defined but will still require a polyfill if you use a function where webcrypto is required.
#9472191a1b Author @amircheikh - - Added encryptOnRampSecret helper function. This is used for encrypting your fiat on ramp secrets before passing into the CreateFiatOnRampCredential activity
#840d7420e6 Author @zkharit - This change adds a new encryption mechanism to allow for messages to be encrypted to an enclaves quorum public key. A helper function specifically for OAith 2.0 client secret encryption is also included
#8126cde41c Author @turnekybc - Add @turnkey/encoding as a package dependency instead of a devDependency to @turnkey/crypto. This resolves an issue with transitive dependencies when devDependencies are not included in the artifact.
Added toDerSignature function used to convert a raw ECDSA signature into DER-encoded format for compatibility with our backend, which requires DER signatures
[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)
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