]>
git.codecow.com Git - nano25519.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chris Duncan [Thu, 26 Feb 2026 03:31:25 +0000 (19:31 -0800)]
Add libsodium to test comparisons.
Chris Duncan [Wed, 25 Feb 2026 23:17:23 +0000 (15:17 -0800)]
Remove debug logging.
Chris Duncan [Wed, 25 Feb 2026 23:16:19 +0000 (15:16 -0800)]
Add check for canonical scalar S from signature.
Chris Duncan [Wed, 25 Feb 2026 22:31:34 +0000 (14:31 -0800)]
Overhaul module to use static buffers to prevent memory leaks, 32-bit limbs to accelerate multiplication with SIMD vectors, copy I/O directly to and from buffers, simplify entry point functions in host code, and fix calculation bugs.
Chris Duncan [Wed, 25 Feb 2026 22:28:26 +0000 (14:28 -0800)]
Avoid committing sensitive environment variables. Optimize WASM build for speed and product text file for analysis.
Chris Duncan [Sun, 15 Feb 2026 23:52:52 +0000 (15:52 -0800)]
Fix verify return.
Chris Duncan [Sun, 15 Feb 2026 23:50:27 +0000 (15:50 -0800)]
Add layer of abstraction to wasm functions.
Chris Duncan [Sun, 15 Feb 2026 22:44:00 +0000 (14:44 -0800)]
Add tests for derive and verify to test webpage.
Chris Duncan [Sun, 15 Feb 2026 22:42:56 +0000 (14:42 -0800)]
Fix verify function signature in host code. Simplify typed array read from memory.
Chris Duncan [Sun, 15 Feb 2026 22:41:57 +0000 (14:41 -0800)]
Rename NaCl input constants. Fix parameters and argument parsing for derive and verify functions.
Chris Duncan [Sun, 15 Feb 2026 08:48:38 +0000 (00:48 -0800)]
Fix package file and disable asc debugging.
Chris Duncan [Sun, 15 Feb 2026 08:39:13 +0000 (00:39 -0800)]
Initial commit.