]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2 days ago Chris DuncanFix organization of vault worker bundle build.
2 days ago Chris DuncanReduce annotations for tsc errors.
2 days ago Chris DuncanMerge branch 'main' into next/fta
2 days ago Chris DuncanMerge branch 'next/nano25519'
2 days ago Chris DuncanFix signing input.
2 days ago Chris DuncanFix worker details missing from error results.
2 days ago Chris DuncanRevert buffer transfer from debugging.
2 days ago Chris DuncanAdd test assertion.
2 days ago Chris DuncanFix internal vault worker variable references.
2 days ago Chris DuncanFix signing in blocks.
2 days ago Chris DuncanRewrite vault worker to eliminate extraneous class...
2 days ago Chris DuncanConfigure purpose as KeyUsage array from the start...
4 days ago Chris DuncanRemove unused default export.
4 days ago Chris DuncanDrop IIFE build. Pin build targets for consistency...
4 days ago Chris DuncanUpdate nano-pow to resolve base64 errors.
6 days ago Chris DuncanSwtich from internal NanoNaCl to nano25519 package.
6 days ago Chris DuncanBuild vault worker bundle from two-stage esbuild workfl...
6 days ago Chris DuncanRemove deprecated options and add newly required explic...
6 days ago Chris DuncanUpdate dependencies and install nano25519.
6 days ago Chris DuncanFixes for nano25519 API.
6 days ago Chris DuncanAdd script to stringify external modules.
7 days ago Chris DuncanFix dynamic require for Node output due to dependencies.
7 days ago Chris DuncanRemove deprecated properties and specify types as now...
8 days ago Chris DuncanUpdate dependencies.
10 days ago Chris DuncanReplace internal derive-sign-verify NanoNaCl with libra...
10 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.
2025-11-24 Chris DuncanTypo.
2025-11-24 Chris DuncanStart forking noble secp256k1 for worker embedding.
2025-11-23 Chris DuncanStart adding Exodus-length test vectors.
2025-11-23 Chris DuncanFix signing key derivation.
2025-11-23 Chris DuncanFix key derivation in vault to support curve parameter.
2025-11-23 Chris DuncanStart adding initial pieces for Exodus support.
2025-11-23 Chris DuncanAdd support for SLIP-0010 'Bitcoin seed' using secp256k1.
2025-10-21 Chris DuncanMerge branch 'next/ledger-sign-nonce'
2025-10-21 Chris DuncanRestore Ledger ability to sign nonces and add test...
2025-10-19 Chris DuncanAdd Nano S+ test vectors.
2025-10-13 Chris DuncanMerge branch 'releases/v0.10'
2025-10-13 Chris Duncanv0.10.4
next