]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
19 hours ago Chris DuncanSet final block compression flag with constant time...
20 hours ago Chris DuncanExtract blake ckd to vault to leave hash function more...
20 hours ago Chris DuncanDocument blake param block instead of defining entire...
20 hours ago Chris DuncanClear potentially sensitive values from blake buffers...
20 hours ago Chris DuncanExtract static blake consts outside of class and implem...
21 hours ago Chris DuncanExtract blake initialization to separate private method.
21 hours ago Chris DuncanNarrow Blake2b input types.
21 hours ago Chris DuncanPromote Bytes type alias from BIP-44 to global scope.
28 hours ago Chris DuncanFix decimal padding args.
28 hours ago Chris DuncanDelete unused conversion functions.
28 hours ago Chris DuncanSimplify hex-to-byte converter.
28 hours ago Chris DuncanUpdate binary-to-byte converter.
29 hours ago Chris DuncanDelete unused object converter.
29 hours ago Chris DuncanFix error messages.
29 hours ago Chris DuncanAlphabetize object props.
29 hours ago Chris DuncanRefactor hex converter to merge array with byte convert...
31 hours ago Chris DuncanRefactor conversion classes to flat frozen objects.
31 hours ago Chris DuncanEliminate unnecessary default export.
2 days ago Chris DuncanExtract conversion functions into dedicated directory.
2 days ago Chris DuncanUse constants for masks instead of calculated values...
2 days ago Chris DuncanDelete redundant Tools.hash function, just use exported...
3 days ago Chris DuncanExtract common block functions to separate files.
3 days ago Chris DuncanMove block into its own directory for refactoring.
4 days ago Chris DuncanFix autolock not returning early as expected if vault...
4 days ago Chris DuncanContextualize worker result processing failure.
4 days ago Chris DuncanOptimize vault worker build.
4 days ago Chris DuncanFix Ledger status reporting.
4 days ago Chris DuncanFix autolocking.
4 days ago Chris DuncanUse integer underscores for legibility.
5 days ago Chris DuncanRefactor vault tasks to use map of IDs instead of a...
5 days ago Chris DuncanAdd logging which will be removed by esbuild prod config.
5 days ago Chris DuncanReorganize imports.
5 days ago Chris DuncanUpdate dependency.
5 days ago Chris DuncanAlias nano25519 to align browser build with node build.
5 days ago Chris DuncanUpdate dependencies.
2026-05-22 Chris DuncanUpdate dependency.
2026-05-18 Chris DuncanExtract Ledger polling.
2026-05-18 Chris DuncanImprove type checking on cache update input.
2026-05-18 Chris DuncanSimplify device support check and status getter. Replac...
2026-05-18 Chris DuncanAdjust imports and exports.
2026-05-18 Chris DuncanAlphabetize.
2026-05-18 Chris DuncanExtract verify function.
2026-05-18 Chris DuncanCreate custom event for Ledger status changes.
2026-05-18 Chris DuncanUse queue at top-level Ledger class API exclusively.
2026-05-18 Chris DuncanTop-level sign is queued, so remove it from internals.
2026-05-18 Chris DuncanEnqueue from call, not within called function.
2026-05-18 Chris DuncanEliminate slow modulo operator and unshift function.
2026-05-18 Chris DuncanRefactor Ledger signing internals.
2026-05-18 Chris DuncanRemove redundant argument validation.
2026-05-18 Chris DuncanExtract entire signing function and use input-dependent...
2026-05-18 Chris DuncanExtract cache update function.
2026-05-18 Chris DuncanAdjust Ledger constants.
2026-05-18 Chris DuncanExtract disconnect function.
2026-05-18 Chris DuncanExtract open and close functions. Adjust doc comments.
2026-05-16 Chris DuncanUse own API and remove redundant call.
2026-05-16 Chris DuncanTypings.
2026-05-16 Chris DuncanExtract specific signing algorithms.
2026-05-16 Chris DuncanDocumentation.
2026-05-16 Chris DuncanExtract frontier block caching.
2026-05-16 Chris DuncanFix unfinished changes to move connect and also move...
2026-05-15 Chris DuncanBack up WIP
2026-05-15 Chris DuncanStart extracting Ledger connect method to its own file.
2026-05-15 Chris DuncanRename queueing function.
2026-05-15 Chris DuncanGreatly simplify serial queue.
2026-05-15 Chris DuncanExtract queue processing.
2026-05-15 Chris DuncanMove Ledger command queue to its own file.
2026-05-15 Chris DuncanStart building subdirectory for splitting up Ledger...
2026-05-15 Chris DuncanAdd support for rederivation when child key is invalid.
2026-05-15 Chris DuncanChange child key to async since HMAC is anyway.
2026-05-15 Chris DuncanFix variable name conflict.
2026-05-15 Chris DuncanDiscard unnecessary else keyword.
2026-05-15 Chris DuncanExtract child key algorithm steps 2-6 to its own function.
2026-05-14 Chris DuncanReuse text encoder to avoid initializing on every call...
2026-05-14 Chris DuncanPerform validation in exported function and use it...
2026-05-14 Chris DuncanChange bip44 class of all static methods to flat module.
2026-05-14 Chris DuncanImport bip39 wordlist to shrink filesize of implementat...
2026-05-14 Chris DuncanChange slice range for clarity.
2026-05-13 Chris DuncanVerify Ledger secret by signing simpler nonce instead...
2026-05-12 Chris DuncanExpand on Ledger nonce signing documentation.
2026-05-12 Chris DuncanFix documentation of Ledger nonce format.
2026-05-12 Chris DuncanFix Ledger tests.
2026-05-12 Chris DuncanCheck for transient user activation earlier to include...
2026-05-12 Chris DuncanFix Ledger secret verification.
2026-05-12 Chris DuncanRefactor worker ID handling.
2026-05-12 Chris DuncanReturn real byte array if input is literal zero.
2026-05-12 Chris DuncanUpdate Ledger dependencies and install standard Ledger...
2026-05-12 Chris DuncanEliminate redundant idle flag.
2026-05-12 Chris DuncanRefactor worker termination to reject all pending promises.
2026-05-12 Chris DuncanUse constants for lock status and adjust error message.
2026-05-12 Chris DuncanReduce scope of try-catch.
2026-05-12 Chris DuncanThrow outside of promise.
2026-05-11 Chris DuncanConsolidate redundant declarations.
2026-05-11 Chris DuncanExtract vault parsers into separate file.
2026-05-01 Chris DuncanMerge branch 'next/sign-string'
2026-05-01 Chris DuncanFix Tools data signing test vector.
2026-05-01 Chris DuncanUpdate relevant tests.
2026-05-01 Chris DuncanUpdate signing of arbitrary data to accept it as a...
2026-05-01 Chris DuncanExpand on documentation of Ledger nonce signing.
2026-05-01 Chris DuncanCombine redundant overloads.
2026-05-01 Chris DuncanMerge branch 'next/user-activation'
next