]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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.
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
2025-10-13 Chris DuncanDeprecate NamedData type which is redundant against...
2025-10-10 Chris DuncanMerge branch 'releases/v0.10'
2025-10-10 Chris Duncanv0.10.3
2025-10-10 Chris DuncanUpdate dependencies.
2025-09-24 Chris DuncanMerge branch 'releases/v0.10'
2025-09-24 Chris Duncanv0.10.2
2025-09-24 Chris DuncanDispatch events when Ledger status changes and when...
2025-09-24 Chris DuncanMerge branch 'releases/v0.10'
2025-09-24 Chris Duncanv0.10.1
2025-09-24 Chris DuncanUpdate dependencies.
2025-09-24 Chris DuncanFix restore of Ledger wallets.
2025-09-24 Chris DuncanMerge branch 'releases/v0.10'
2025-09-23 Chris Duncanv0.10.0
2025-09-23 Chris DuncanMerge branch 'next/ledger-connect-events'
2025-09-23 Chris DuncanDelay test assertions slightly to avoid race condition...
2025-09-23 Chris DuncanSpecify type for vault results.
2025-09-23 Chris DuncanFix expected failures in tests with timeouts.
2025-09-23 Chris DuncanSpecify strict equality in timeout test.
2025-09-23 Chris DuncanAdjust test scenario documentation.
next