]> git.codecow.com Git - nano25519.git/shortlog
nano25519.git
4 days ago Chris DuncanLog more helpful info on wasm error.
4 days ago Chris DuncanFix test label.
4 days ago Chris DuncanFix wording on problem vector.
4 days ago Chris DuncanReduce form on division by shift.
4 days ago Chris DuncanDeprecate global pointless in WASM.
4 days ago Chris DuncanAdd integrity hashes to imported packages and revert...
4 days ago Chris DuncanLoad packages with import map instead of dynamic import.
4 days ago Chris DuncanClear worker starting promise on failure path.
4 days ago Chris DuncanReject all pending tasks when worker resets.
4 days ago Chris DuncanDiscard nonce prefix `z` as sensitive material unnecess...
4 days ago Chris DuncanAdd missing type import and document a bit of context.
5 days ago Chris DuncanAdjust errors and logging.
5 days ago Chris DuncanAdjust function name.
5 days ago Chris DuncanSimplify errors from worker listener.
5 days ago Chris DuncanFix WASM error message that varies between browsers.
5 days ago Chris DuncanType adjustment.
5 days ago Chris DuncanDeprecate complicated worker state management and just...
5 days ago Chris DuncanRemove extraneous tests.
5 days ago Chris DuncanFix output buffer copy.
5 days ago Chris DuncanFix output buffer population.
5 days ago Chris DuncanEliminate redundant buffer clearing.
5 days ago Chris DuncanUpdate overloads and README examples with output buffer...
5 days ago Chris DuncanStart refactoring worker to simplify setup and teardown.
5 days ago Chris DuncanFix result listener.
5 days ago Chris DuncanMove constant into constants file.
5 days ago Chris DuncanAvoid writing seed to output buffer of derive since...
5 days ago Chris DuncanAdd tests for output buffers larger than necessary...
5 days ago Chris DuncanAdd confirmed block from problematic account to check...
6 days ago Chris DuncanFix buffer clearing way beyond its range.
6 days ago Chris DuncanPin package version in example code.
6 days ago Chris DuncanClean up existing worker blob if it already exists...
6 days ago Chris DuncanFix buffer clearing overlapping bytes.
7 days ago Chris DuncanPrint error strings from WASM data.
7 days ago Chris DuncanDo not fill sk which does not belong to this function...
7 days ago Chris DuncanExtract worker to separate file.
7 days ago Chris DuncanRefactor async worker to avoid overwriting message...
7 days ago Chris DuncanAdd success and failure tests for output buffer arguments.
7 days ago Chris DuncanThrow on invalid output buffer immediately. Wrap signin...
7 days ago Chris DuncanUse type guard to enable direct use of typechecked...
8 days ago Chris DuncanAdd output buffer support to sign function. Adjust...
8 days ago Chris DuncanUpdate and pin dependencies.
8 days ago Chris DuncanMerge branch 'main' into next/out-buf
8 days ago Chris Duncanv1.0.8 main v1.0.8
8 days ago Chris DuncanFix xfail tests.
8 days ago Chris DuncanRemove extraneous error logging,
8 days ago Chris DuncanStart writing test for signing to output buffer.
8 days ago Chris DuncanAdd support for preallocated output buffer on sync...
2026-07-06 Chris Duncanv1.0.7 v1.0.7
2026-07-06 Chris DuncanAdd negative tests for validation of bad byte inputs.
2026-07-06 Chris DuncanAdd negative tests for validation of bad string inputs.
2026-07-06 Chris DuncanImprove regex matching.
2026-06-26 Chris Duncanv1.0.6 v1.0.6
2026-06-26 Chris DuncanFix transaction ID validation.
2026-06-26 Chris DuncanMove async message data checks prior to execution.
2026-06-26 Chris Duncanv1.0.5 v1.0.5
2026-06-26 Chris DuncanMark specific package as external to avoid import attem...
2026-06-26 Chris DuncanClear WASM buffers prior to returning from each call.
2026-06-26 Chris DuncanLoad worker messaging for async module independently...
2026-06-19 Chris Duncanv1.0.4 v1.0.4
2026-06-19 Chris DuncanUpdate other libraries for speed comparison page.
2026-06-19 Chris DuncanRevert type emission and copy with esbuild. Fix exports...
2026-06-19 Chris DuncanConsolidate labeled blocks used by esbuild.
2026-06-19 Chris DuncanQueue async retry faster while waiting for Node host.
2026-06-19 Chris DuncanFix worker URL and ID assignments.
2026-06-18 Chris DuncanUpdate dependencies and migrate to TypeScript 6. Fix...
2026-06-18 Chris DuncanGet specific about Node host thread. Consolidate worker...
2026-06-18 Chris DuncanBundle in parallel, no need to await build steps.
2026-06-18 Chris DuncanRemove unused package from browser remapping.
2026-06-16 Chris DuncanUse URL and random UUID to uniquely identify each async...
2026-05-14 Chris Duncanv1.0.3 v1.0.3
2026-05-14 Chris DuncanAdd test to check invalid message lengths throw as...
2026-05-14 Chris DuncanEnforce stronger type checks on async results. Rethrow...
2026-05-14 Chris DuncanOverload async execution to narrow result typechecking...
2026-05-14 Chris DuncanThrow if hex input is an odd number of characters.
2026-05-14 Chris DuncanRemove invalid error messaging.
2026-04-15 Chris Duncanv1.0.2 v1.0.2
2026-04-15 Chris DuncanUpdate changelog from prior releases and fix project...
2026-04-15 Chris DuncanFix regular expression anchoring.
2026-04-14 Chris DuncanWhitespace.
2026-04-14 Chris DuncanBasic styling.
2026-04-14 Chris DuncanExplain how speed is calculated.
2026-04-14 Chris DuncanExtract test sequence into its own function and remove...
2026-03-23 Chris DuncanEnable testing only after successfully loading library...
2026-03-23 Chris DuncanSimplify esbuild entry points for node build. Include...
2026-03-23 Chris Duncanv1.0.1 v1.0.1
2026-03-23 Chris DuncanFix extra type emissions and exports.
2026-03-22 Chris DuncanReattempt to fetch test vectors when online.
2026-03-22 Chris Duncanv1.0.0 v1.0.0
2026-03-22 Chris DuncanUpdate description.
2026-03-22 Chris DuncanFix tweetnacl comparison wrapper.
2026-03-22 Chris DuncanPolish for first release.
2026-03-20 Chris DuncanEnable variable-length messages up to 32 KiB.
2026-03-19 Chris DuncanUpdate readme to reflect current API. Add node bundle...
2026-03-18 Chris DuncanAdd NodeJS support and update tests.
2026-03-17 Chris DuncanRefactor API.
2026-03-16 Chris DuncanRefactor field element multiplication hot paths.
2026-03-07 Chris DuncanReaquire WASM memory buffer before reading results...
2026-03-07 Chris DuncanRefactor from tweetnacl 16x16 radix limbs to libsodium...
2026-03-05 Chris Duncandebug
2026-03-05 Chris DuncanFix input type generics.
next