]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
45 hours ago Chris DuncanImport nano25519 sync methods only which avoids worker...
2 days ago Chris DuncanMerge branch 'main' into next/fta
3 days ago Chris DuncanMerge branch 'releases/v0.10'
3 days ago Chris Duncanv0.10.5 releases/v0.10 v0.10.5
3 days ago Chris DuncanUpdate domain.
3 days ago Chris DuncanUpdate domain.
5 days ago Chris DuncanAdd types to test files where ambiguous.
5 days ago Chris DuncanIgnore type-checking for test globals.
5 days ago Chris DuncanUse TypeScript Record convention for keyed objects.
5 days ago Chris DuncanUpdate var name to reflect intent.
5 days ago Chris DuncanSimplify build output.
5 days ago Chris DuncanAlign tsc libs with esbuild targets and remove unsuppor...
5 days ago Chris DuncanFix organization of vault worker bundle build.
5 days ago Chris DuncanReduce annotations for tsc errors.
5 days ago Chris DuncanMerge branch 'main' into next/fta
5 days ago Chris DuncanMerge branch 'next/nano25519'
5 days ago Chris DuncanFix signing input.
5 days ago Chris DuncanFix worker details missing from error results.
5 days ago Chris DuncanRevert buffer transfer from debugging.
5 days ago Chris DuncanAdd test assertion.
5 days ago Chris DuncanFix internal vault worker variable references.
5 days ago Chris DuncanFix signing in blocks.
5 days ago Chris DuncanRewrite vault worker to eliminate extraneous class...
5 days ago Chris DuncanConfigure purpose as KeyUsage array from the start...
7 days ago Chris DuncanRemove unused default export.
7 days ago Chris DuncanDrop IIFE build. Pin build targets for consistency...
7 days ago Chris DuncanUpdate nano-pow to resolve base64 errors.
9 days ago Chris DuncanSwtich from internal NanoNaCl to nano25519 package.
9 days ago Chris DuncanBuild vault worker bundle from two-stage esbuild workfl...
9 days ago Chris DuncanRemove deprecated options and add newly required explic...
9 days ago Chris DuncanUpdate dependencies and install nano25519.
9 days ago Chris DuncanFixes for nano25519 API.
9 days ago Chris DuncanAdd script to stringify external modules.
10 days ago Chris DuncanFix dynamic require for Node output due to dependencies.
10 days ago Chris DuncanRemove deprecated properties and specify types as now...
10 days ago Chris DuncanUpdate dependencies.
13 days ago Chris DuncanReplace internal derive-sign-verify NanoNaCl with libra...
13 days ago Chris DuncanUpdate dependencies.
2026-02-15 Chris DuncanSimplify index calculations with addition and bitwise...
2026-02-14 Chris DuncanImprove spacing for raw output.
2026-02-03 Chris DuncanFormatting.
2026-02-03 Chris DuncanRefactor error handling. Refactor byte array type asser...
2025-12-15 Chris DuncanFix documentation.
2025-12-05 Chris DuncanConsolidate bigint cast to bytes since we already valid...
2025-12-05 Chris DuncanRefactor unused functions and combine where possible.
2025-12-05 Chris DuncanDeprecate unused constant.
2025-12-05 Chris DuncanBIP-32 specifies compressed public key serialization...
2025-12-05 Chris DuncanPromote final point functions to static class members.
2025-12-05 Chris DuncanTest Exodus public key for zero entropy.
2025-12-05 Chris DuncanExtract more point functions to static members.
2025-12-05 Chris DuncanPromote point addition to class static member. Start...
2025-12-05 Chris DuncanExtract single-use variable.
2025-12-05 Chris DuncanUnroll addition steps for legibility.
2025-12-05 Chris DuncanRemove debug logging.
2025-12-05 Chris DuncanPublic key derivation always multiplies secret key...
2025-12-05 Chris DuncanRemove paramenter since unsafe multiplication was depre...
2025-12-05 Chris DuncanAvoid string conversion when casting bigint to 32-byte...
2025-12-04 Chris DuncanAbbreviate public key and secret key.
2025-12-04 Chris DuncanRename public key length constants.
2025-12-04 Chris DuncanDeprecate validation method since it's already checked...
2025-12-04 Chris DuncanDeprecate range helpers and use underlying function...
2025-12-04 Chris DuncanRemove unneeded variable-time multiplication.
2025-12-04 Chris DuncanRemove unused point constructors.
2025-12-04 Chris DuncanFormatting.
2025-12-04 Chris DuncanRemvoe unused Point methods.
2025-12-04 Chris DuncanRemove undesired recovery and signature methods.
2025-12-04 Chris DuncanSimplify hex cast to bytes.
2025-12-04 Chris DuncanAdd Exodus test vector for zero-entropy mnemonic and...
2025-12-04 Chris DuncanDeprecate single-use method and use directly.
2025-12-03 Chris DuncanRemove string handling from byte casting to bigint...
2025-12-03 Chris DuncanRemove redundant Weierstrass curve object.
2025-12-03 Chris DuncanStrip all functionality related to signing since we...
2025-12-03 Chris DuncanRemove unused utilities that we do not need for this...
2025-12-03 Chris DuncanAdd modular division helper to be explicit about the...
2025-12-03 Chris DuncanConvert arrow function properties to regular static...
2025-12-03 Chris DuncanSlight refactor for point addition legibility.
2025-12-03 Chris DuncanRemove unused affine point coordinate helpers.
2025-12-02 Chris DuncanAdjust more names and function signatures. Deprecate...
2025-12-02 Chris DuncanRemove unused point function. Consolidate error helpers...
2025-12-02 Chris DuncanRemove commented code.
2025-12-01 Chris DuncanUpdate dependencies.
2025-12-01 Chris DuncanMerge branch 'next/exodus'
2025-12-01 Chris DuncanFix string type check.
2025-12-01 Chris DuncanRemove unused function. Formatting.
2025-12-01 Chris DuncanRemove redundant string type check. Remove redundant...
2025-12-01 Chris DuncanRemove redundant BigInt functions.
2025-12-01 Chris DuncanUse secp256k1 N from class so it is only defined once.
2025-12-01 Chris DuncanRemove point check since its no longer a class and...
2025-12-01 Chris DuncanConvert Point from class to factory function to resolve...
2025-11-30 Chris DuncanRevert wallet import test exclusion.
2025-11-30 Chris DuncanConvert inner class to factory function.
2025-11-30 Chris DuncanFix test vector references.
2025-11-30 Chris DuncanExtract or delete static members from inner classes...
2025-11-30 Chris DuncanRevert isolated testing.
2025-11-30 Chris DuncanImport and use new forked secp256k1 class.
2025-11-30 Chris DuncanRemove debugging.
2025-11-30 Chris DuncanFix bit shifting and remove redundant promise return.
2025-11-30 Chris DuncanFix inner class typings.
2025-11-30 Chris DuncanProgress on classification.
2025-11-30 Chris DuncanProgress on classifying secp256k1.
next