]> git.codecow.com Git - nano25519.git/commit
Change WASM buffer view to Uint8Array since we don't need endianness features of...
authorChris Duncan <chris@codecow.com>
Mon, 17 Aug 2026 15:46:03 +0000 (08:46 -0700)
committerChris Duncan <chris@codecow.com>
Mon, 17 Aug 2026 15:46:03 +0000 (08:46 -0700)
commit8c0f97b8e842578c000470f4a5190d3b9e121e34
tree32978d347bb2dad5c7916414149d4e8189f82a21
parent1f482e480cd208feb012545ec70ed26eede2c2cd
Change WASM buffer view to Uint8Array since we don't need endianness features of DataView. Reduce input buffer size to maximum needed and minimum required for verify() signature and public key.
src/lib/nano25519.ts