- Updated dependencies []:
- @turnkey/crypto@2.8.11
- Updated dependencies []:
- @turnkey/crypto@2.8.10
- #1135
91d6a9eAuthor @ethankonk - Exposed asignmethod from the stamper for signing arbitrary payloads- Accepts a string payload and returns a signature in either
RAWorDERformat.
- Accepts a string payload and returns a signature in either
- Updated dependencies [
d0dba04]:- @turnkey/crypto@2.8.9
- Updated dependencies [
fc1d6e2,fc1d6e2,4880f26,c6ee323,c6ee323,c6ee323,06347ad,6bfcbc5]:- @turnkey/encoding@0.6.0
- Updated dependencies []:
- @turnkey/encoding@0.6.0-beta.6
- SDK beta release @turnkey/react-wallet-kit @turnkey/core
- Updated dependencies []:
- @turnkey/encoding@0.6.0-beta.5
- Updated dependencies []:
- @turnkey/encoding@0.6.0-beta.4
- Updated dependencies []:
- @turnkey/encoding@0.6.0-beta.3
- Updated dependencies []:
- @turnkey/encoding@0.6.0-beta.2
- Updated dependencies []:
- @turnkey/encoding@0.6.0-beta.1
- Updated dependencies []:
- @turnkey/encoding@0.6.0-beta.0
- #698
7625df0Author @moeodeh3 - Introduces an optionalruntimeOverrideparameter that allows the ability to explicitly specify the crypto environment:"browser","node", or"purejs".
- Updated dependencies [
40c4035]:- @turnkey/encoding@0.5.0
- 4d1d775: Better error message and docstring for API key import
- 2d5977b: Update error messaging around api key and target public key usage
- Updated dependencies [e5c4fe9]
- @turnkey/encoding@0.4.0
- Updated dependencies [93666ff]
- @turnkey/encoding@0.3.0
-
Changes: Resolves bugs where byte arrays might not be sufficiently padded (32 bytes are expected for x, y, and d elements of a JWK)
-
Updated dependencies
- @turnkey/encoding@0.2.1
- New PureJS implementation for `@turnkey/api-key-stamper`` to support React Native
- Introduce a dependency on
@turnkey/encodingto consolidate utility functions
- Upgrade to Node v18 (#184)
- Use rollup to build ESM and CommonJS, fix ESM support (#174)
- Add ESM support (#154)
- Hint for web bundlers not to polyfill Node crypto
Initial release