bookmoons / cashshufflejs

JavaScript CashShuffle client library.
The Unlicense
1 stars 1 forks source link

Specify key parameter endianness #11

Closed bookmoons closed 6 years ago

bookmoons commented 6 years ago

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

bookmoons commented 6 years ago

Interfaces taking hex string key parameters include:

bookmoons commented 6 years ago

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