Files
xahau.js/packages/isomorphic/HISTORY.md
Mayukha Vadari 9b3bb9c14b fix: throw error if hexToBytes or hexToString is provided a string that is not in hex (#2657)
* better error handling

* fix browser tests

* add shared variable

* re-add test case
2024-05-08 13:02:34 -04:00

369 B

@xrplf/isomorphic Release History

Unreleased

Fixed

  • Throw error if hexToBytes or hexToString is provided a string that is not in hex

1.0.0 (2024-02-01)

Initial release providing isomorphic and tree-shakable implementations of:

  • ripemd160
  • sha256
  • sha512
  • bytesToHash
  • hashToBytes
  • hexToString
  • stringToHex
  • randomBytes
  • stringToHex
  • ws