Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 589 Bytes

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 589 Bytes

@turnkey/encoding

0.4.0

Minor Changes

  • added hexToAscii function, useful for converting a raw hex string to a (wallet) mnemonic

0.3.0

Minor 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

0.2.1

Patch Changes

  • 2d7e5a9: include additional utility functions

0.2.0

Minor Changes

  • fac7770: Add uint8ArrayFromHexstring and drop language saying this is an internal package

0.1.0

Initial release