]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2025-08-19 Chris DuncanAdd type assertion to hint at output.
2025-08-19 Chris DuncanAdd more account info.
2025-08-19 Chris DuncanExtract wallet refresh to separate module and refactor...
2025-08-19 Chris DuncanSpecify account info data types.
2025-08-19 Chris DuncanDestroy hanging test wallet.
2025-08-19 Chris DuncanFix error message typo.
2025-08-19 Chris DuncanFix fetching next unopened account.
2025-08-19 Chris DuncanExtract three more wallet methods to separate function...
2025-08-18 Chris DuncanRemove outdated documentation.
2025-08-18 Chris DuncanUpdate type definition file.
2025-08-18 Chris DuncanFix sweep account index check and test assertion.
2025-08-18 Chris DuncanFix errors thrown and not caught.
2025-08-18 Chris DuncanRename vault worker to avoid name collision.
2025-08-18 Chris DuncanFix vault import design.
2025-08-18 Chris DuncanSkip long running test now that it passes.
2025-08-18 Chris DuncanReduce lock timeout to two minutes from five.
2025-08-18 Chris DuncanCreate timer for vault locking. Create unit test.
2025-08-18 Chris DuncanMove auto lock into vault from wallet.
2025-08-18 Chris DuncanMigrate wallet lock method to separate module and call...
2025-08-18 Chris DuncanMigrate wallet unlock method to separate module and...
2025-08-18 Chris DuncanMigrate wallet sign method to separate module.
2025-08-18 Chris DuncanReorder wallet properties and add documentation.
2025-08-18 Chris DuncanPass wallet vault to imported functions and keep it...
2025-08-18 Chris DuncanReplace final ternary operator.
2025-08-18 Chris DuncanReplace another ternary operator.
2025-08-18 Chris DuncanRevert ternary operator to boolean cast.
2025-08-18 Chris DuncanFix constant time message open.
2025-08-18 Chris DuncanFix constant time conditional multiplication.
2025-08-18 Chris DuncanRefactor vn and document behavior.
2025-08-18 Chris DuncanConstant time verification.
2025-08-18 Chris Duncann is guaranteed to be less than 64 for each call to...
2025-08-18 Chris DuncanExecute functions regardless of conditional result.
2025-08-18 Chris DuncanCondense array checks. Revert verify to calling crypto_...
2025-08-18 Chris DuncanUse braces for if statement and byte length for typed...
2025-08-17 Chris DuncanOffload type checking to called function.
2025-08-17 Chris DuncanFormatting.
2025-08-17 Chris DuncanOffload type checking to called function..
2025-08-17 Chris DuncanRefactor input checking.
2025-08-17 Chris DuncanUnroll loop to eliminate branching.
2025-08-17 Chris DuncanRemove subarray function call bounds checking.
2025-08-17 Chris DuncanRevert to biased carry.
2025-08-17 Chris DuncanRevert nacl to floats now that I understand the algorit...
2025-08-15 Chris DuncanAdd personal block that was signed with iOS CryptoKit...
2025-08-14 Chris DuncanFix test title.
2025-08-14 Chris DuncanTest using Ledger-derived data.
2025-08-14 Chris DuncanAdd test vectors derived from Ledger testing wallet.
2025-08-14 Chris DuncanFix Ledger constructor.
2025-08-14 Chris DuncanFix case insensitivity in signatures.
2025-08-14 Chris DuncanUse extra term to make mod and carry process a little...
2025-08-14 Chris DuncanKeep loop variable lifetimes scoped to the loop to...
2025-08-14 Chris DuncanDeclare once and set in loop instead of redeclaring...
2025-08-14 Chris DuncanExplicitly type function variables to ensure type safet...
2025-08-14 Chris DuncanUse blocks consistently.
2025-08-14 Chris DuncanRemove debugging variable.
2025-08-14 Chris DuncanClarify intent of output buffer parameters with naming...
2025-08-13 Chris DuncanCondense declarations.
2025-08-13 Chris DuncanRefactor method for bit shift declaration and modulo...
2025-08-13 Chris DuncanRemove branching statement.
2025-08-13 Chris DuncanSwitch naco to bigint to take advantage of native opera...
2025-08-13 Chris DuncanPoW performance depends on nano-pow, so swap it for...
2025-08-13 Chris DuncanPrivatize vn method and deprecate wrapper method.
2025-08-13 Chris DuncanInclude input on block sign errors, which is stripped...
2025-08-13 Chris DuncanUse ternary operator instead of casting bool to int.
2025-08-13 Chris DuncanUse typed array instead of generic.
2025-08-13 Chris DuncanUse typed array instead of generic.
2025-08-11 Chris DuncanShorten JSdoc for nano-nacl.
2025-08-11 Chris DuncanReplace account load nomenclature to avoid collision...
2025-08-11 Chris DuncanFix tests.
2025-08-11 Chris DuncanUpdate static member access and fix type definition...
2025-08-11 Chris DuncanPublicize ledger support getter again so it can be...
2025-08-11 Chris DuncanExtract wallet backup and restore to separate modules...
2025-08-11 Chris DuncanUpdate JSdoc for sign methods. Remove output option...
2025-08-11 Chris DuncanPrivatize ledger event handlers.
2025-08-11 Chris DuncanUpdate wallet account JSdoc.
2025-08-11 Chris DuncanSimplify account range swap.
2025-08-11 Chris DuncanPrivatize some ledger properties and rearrance them...
2025-08-11 Chris DuncanMove Ledger constants into Ledger class instead of...
2025-08-10 Chris DuncanMove wallet create validation into separate module.
2025-08-10 Chris DuncanMove data validation for wallet load into separate...
2025-08-10 Chris DuncanCreate wallet import path.
2025-08-10 Chris DuncanRename wallet to be main index file.
2025-08-10 Chris DuncanMove vault files into their own directory.
2025-08-10 Chris DuncanRefactor reused property.
2025-08-10 Chris DuncanRename safe to vault.
2025-08-10 Chris DuncanReorder imports.
2025-08-10 Chris DuncanExtract wallet create to separate module. Allow mnemoni...
2025-08-10 Chris DuncanRemove unused imports.
2025-08-10 Chris DuncanExtract wallet load into separate module.
2025-08-10 Chris DuncanUpdate type definition file.
2025-08-10 Chris DuncanSimplify account index swap.
2025-08-10 Chris DuncanUpdate tests to call wallet load instead of wallet...
2025-08-10 Chris DuncanAdd getter for wallet safe to enable calls from modular...
2025-08-10 Chris DuncanStrict mode enabled by default for ESM.
2025-08-10 Chris DuncanRename wallet import to avoid confusion with JS keyword.
2025-08-09 Chris DuncanRemove unused imports.
2025-08-09 Chris DuncanAdd wallet barrel.
2025-08-09 Chris DuncanAdd license header.
2025-08-09 Chris DuncanUpdate crypto module imports.
2025-08-09 Chris DuncanClear message data from worker when error is caught.
2025-08-09 Chris DuncanZero out sensitive data in worker from input message...
next