]> git.codecow.com Git - libnemo.git/commit
Store mnemonic phrase as word array and convert to full string on-demand. Fix private...
authorChris Duncan <chris@zoso.dev>
Wed, 30 Jul 2025 13:56:16 +0000 (06:56 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 30 Jul 2025 13:56:16 +0000 (06:56 -0700)
commit303686da4d086e881e5b3f819fd7d70076624579
tree55367258e5978878ca73f7d18154d366bed672d7
parent4f4cacd9ef93de321aa1418c8d2439bfde4b847b
Store mnemonic phrase as word array and convert to full string on-demand. Fix private member name for accuracy. Check for null. Disallow blake seeds from phrases shorter than 24 words per Nano spec. Improve performance by deriving blake seed using bitwise operations on bigints instead of string manipulation.
src/lib/bip39-mnemonic.ts