bookmoons/cashshufflejs

Specify key parameter endianness

Closed this issue · 2 comments

Various methods in the interface take keys expressed as hexadecimal strings. Determine and specify the required endianness for these parameters.

Interfaces taking hex string key parameters include:

  • Crypto
  • Signing
  • Coin

This is now specified in the definition of the HexString type.