]> zoso.dev Git - libnemo.git/commit
TweetNaCl expects 64-byte secret keys and signatures, and in Nano this is accomplishe...
authorChris Duncan <chris@zoso.dev>
Mon, 25 Nov 2024 20:50:59 +0000 (12:50 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 25 Nov 2024 20:50:59 +0000 (12:50 -0800)
commit050be4cb4c294f65c52eaa4e045a8056889b008d
tree2064b811ff5a42313e6af231c20bba325b6fd78e
parentccba1f9040c80cde27537ab68a8704b8229d893d
TweetNaCl expects 64-byte secret keys and signatures, and in Nano this is accomplished by concatenating private key and public key, so update sign functions to align.
src/lib/block.ts
src/lib/tools.ts