]> git.codecow.com Git - nano25519.git/shortlog
nano25519.git
13 hours ago Chris DuncanPromote primitives to top-level module functions.
13 hours ago Chris DuncanSplit async host and worker into separate files and...
14 hours ago Chris DuncanAdjust variable names now that primitives are module...
14 hours ago Chris DuncanExtract crypto functions from API definition file.
14 hours ago Chris DuncanRemove unused array and update documentation.
2 days ago Chris DuncanRefactor primitives to align with RFC 8032.
2 days ago Chris DuncanStart updating Blake usage
2 days ago Chris DuncanHash from arrays which are passed as pointers not objects.
2 days ago Chris DuncanSpecify buffer sizes for clarity in implementation.
2 days ago Chris DuncanChange WASM buffer view to Uint8Array since we don...
4 days ago Chris DuncanTest offset buffers with exact matches against untouche...
4 days ago Chris DuncanFix offset buffer tests to correctly target offsets...
4 days ago Chris DuncanAdjust buffer offset tests and remove unused function.
4 days ago Chris DuncanReturn straightforward 0 or -1 from verify instead...
4 days ago Chris DuncanFix transfer of full buffer instead of just array view.
4 days ago Chris DuncanDocument expected output.
4 days ago Chris DuncanExpand to signed int to return -1 as libsodium instead...
4 days ago Chris DuncanFix truncation in bit shift.
4 days ago Chris DuncanTransfer data to worker if passed as buffer instead...
4 days ago Chris DuncanFix similar issue with asc bit shift operand masking...
4 days ago Chris DuncanFix constant time zero check that was incorrect due...
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.
next