]> zoso.dev Git - libnemo.git/commit
Nano spec indicates account derivation should use index in unsigned 32-bit big endian...
authorChris Duncan <chris@zoso.dev>
Wed, 6 Nov 2024 07:08:21 +0000 (23:08 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 6 Nov 2024 07:08:21 +0000 (23:08 -0800)
commit61fcf6918ddebfca6813329e8c0065c56139f4b2
tree5eb20e8b3bce7ea6557650462d41284ee87e5415
parent13d00642196f9c993ab049a8a100dd606dd68f6c
Nano spec indicates account derivation should use index in unsigned 32-bit big endian format. This is opposite of many processor architectures, so add a check for endianness for BLAKE2b wallet accounts. Also move function to be in alphabetical order.
src/lib/tools.ts
src/lib/wallet.ts