]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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.
2025-09-23 Chris DuncanScrap lib build, just publish bundles.
2025-09-23 Chris DuncanLog when click activation ends when disconnecting Ledge...
2025-09-23 Chris DuncanClean up temp wallet used to verify Ledger secrets.
2025-09-23 Chris DuncanPush Ledger disconnects as queued request.
2025-09-23 Chris DuncanRedestroy wallet at end of Ledger test to stop polling.
2025-09-22 Chris DuncanAwait device close.
2025-09-22 Chris DuncanSeparate public connect from private implementation...
2025-09-22 Chris DuncanExpand on reasoning for skipping test by default.
2025-09-22 Chris DuncanUse normal static imports now that importmap is impleme...
2025-09-22 Chris DuncanFix map size property.
2025-09-22 Chris DuncanFix JSDoc.
2025-09-22 Chris DuncanFix some JSDoc.
2025-09-22 Chris DuncanRestore all tests for browser.
2025-09-22 Chris DuncanFix import to tests with bare specifier.
2025-09-22 Chris DuncanFix missed method name update.
2025-09-22 Chris DuncanUpdate blake JSdoc.
next