]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
2024-11-27 Chris DuncanSave changes.
2024-11-26 Chris DuncanFormatting.
2024-11-26 Chris DuncanDiscard redundant variable.
2024-11-26 Chris DuncanUse template literals for error messages.
2024-11-26 Chris DuncanAdd type guards to function. Spaces.
2024-11-26 Chris DuncanAdd typings to blake2b functions.
2024-11-26 Chris DuncanClarify array typings.
2024-11-26 Chris DuncanMove constants to top.
2024-11-26 Chris DuncanRemove deprecated blake2b-wasm references.
2024-11-26 Chris DuncanReplace deprecated assert calls with if-throw statements.
2024-11-26 Chris DuncanRemove imports.
2024-11-26 Chris DuncanFix documentation of modification.
2024-11-26 Chris DuncanAdd performance benchmarks to account derivation so...
2024-11-26 Chris DuncanAdd blake2b module code for hacking. Include copyright...
2024-11-26 Chris DuncanExporting import.meta.url does not work since once...
2024-11-26 Chris DuncanLook into replacing Node test runner with browser-based...
2024-11-26 Chris DuncanGet it working in browser, then work backward toward...
2024-11-26 Chris DuncanAdd try-catch block to avoid esbuild warnings when...
2024-11-25 Chris DuncanSimplify worker exports.
2024-11-25 Chris DuncanExport keyPair as proper object and update its original...
2024-11-25 Chris DuncanDocument change to crypto_hash function.
2024-11-25 Chris DuncanDelete extraneous tab from start of every line that...
2024-11-25 Chris DuncanDelete unused poly1305 function object and unused varia...
2024-11-25 Chris DuncanDelete original hash function now that it has been...
2024-11-25 Chris DuncanUpdate imports for new nano-nacl filename.
2024-11-25 Chris DuncanRename custom TweetNaCl implementation file.
2024-11-25 Chris DuncanFix hash and signature values in send block test vector.
2024-11-25 Chris DuncanFix send block test not awaiting signature call.
2024-11-25 Chris DuncanTabs.
2024-11-25 Chris DuncanUpdate tools test.
2024-11-25 Chris DuncanFix tools sign function.
2024-11-25 Chris DuncanTweetNaCl expects 64-byte secret keys and signatures...
2024-11-25 Chris DuncanReturn block hash as hex instead of bytes, and update...
2024-11-25 Chris DuncanReorder test block properties.
2024-11-25 Chris DuncanReorder test vector block properties.
2024-11-25 Chris DuncanAdd signature of test vector open block from Nano docs.
2024-11-25 Chris DuncanInclude hash in block test vectors to be checked.
2024-11-25 Chris DuncanSendBlock constructor expects address for link, not...
2024-11-25 Chris DuncanAdd test for open block.
2024-11-25 Chris DuncanSubstitute hard-coded test vector block values for...
2024-11-25 Chris DuncanAdd block creation test vectors retrieved from Nano...
2024-11-25 Chris DuncanFix order of arguments.
2024-11-25 Chris DuncanRename hash functions to drop in BLAKE2b for nano.
2024-11-25 Chris DuncanDelete lowlevel functions that were used by the box...
2024-11-25 Chris DuncanDelete deprecated constants.
2024-11-25 Chris DuncanDelete previously exported lowlevel API since we simply...
2024-11-25 Chris DuncanAttach export keyword directly to applicable functions...
2024-11-25 Chris DuncanDelete previously exported verify function since signat...
2024-11-25 Chris DuncanDelete previously exported secretbox function and relat...
2024-11-25 Chris DuncanFix function declaration.
2024-11-25 Chris DuncanDelete previously exported scalarMult function.
2024-11-25 Chris DuncanDelete previously exported hash function.
2024-11-25 Chris DuncanFix function declaration.
2024-11-25 Chris DuncanDelete previously exported box function and related...
2024-11-25 Chris DuncanFix function declaration.
2024-11-25 Chris DuncanDelete function previously exported but no longer.
2024-11-25 Chris DuncanExport only those functions to be used by nano implemen...
2024-11-24 Chris DuncanRemove self reference in nacl since we're using it...
2024-11-24 Chris DuncanRestore original hash function, and include nano blake...
2024-11-24 Chris DuncanRestore changes to tweetnacl and prune extraneous funct...
2024-11-24 Chris DuncanGot account to work with basically vanilla TweetNaCl...
2024-11-23 Chris DuncanStart testing new tweetnacl rewrite in Account.
2024-11-23 Chris DuncanNo way to import in worker besides as modules, so start...
2024-11-23 Chris DuncanStart rewriting tweetnacl as module with exports.
2024-11-23 Chris DuncanMove passkey file into workers folder.
2024-11-23 Chris DuncanIgnore further typescript errors for now.
2024-11-23 Chris DuncanStart resolving typescript errors.
2024-11-23 Chris DuncanGet type definitions from original source.
2024-11-23 Chris DuncanReplace hash function in 25519 implemention
2024-11-23 Chris DuncanDocument source and reason for changes.
2024-11-23 Chris DuncanCommit snapshot from tweetnacl to modify for Nano.
2024-11-22 Chris DuncanEliminate unused commented section.
2024-11-22 Chris DuncanEliminate remaining imported convert functions. Add...
2024-11-22 Chris DuncanStart eliminating imports from BIP-44 ckd worker since...
2024-11-21 Chris DuncanSave work on testing browser compatibility.
2024-11-21 Chris DuncanRemove deprecated ckd functions from wallet subclasses...
2024-11-21 Chris DuncanWorker threads do not seem to improve BLAKE2b ckd much...
2024-11-21 Chris DuncanCreate new ckd functions for BIP-44 and BLAKE2b. Set...
2024-11-21 Chris DuncanSkip wallet performance tests for now while refactoring...
2024-11-21 Chris DuncanRemove pool logging.
2024-11-21 Chris DuncanRemove duplicate ckd function. Post index along with...
2024-11-21 Chris DuncanRename performance test files for clarity in IDE.
2024-11-21 Chris DuncanAdd small log statement for tracking pool performance.
2024-11-21 Chris DuncanIncrease Node.js listener limit in globals importing...
2024-11-21 Chris DuncanImport Pool and add relevant private property to wallet...
2024-11-21 Chris DuncanOrganize ckd workers by splitting into separate files...
2024-11-21 Chris DuncanFix premature Pool exit due to isDone return in for...
2024-11-21 Chris DuncanRemove redundant ckd performance test.
2024-11-21 Chris DuncanSort imports.
2024-11-21 Chris DuncanUse import aliases in test files.
2024-11-20 Chris DuncanMove performance tests into separate folder and add...
2024-11-20 Chris DuncanAdd project root alias for local imports.
2024-11-20 Chris DuncanMerge branch 'main' into threads
2024-11-20 Chris DuncanUpdate version. main v0.0.21
2024-11-20 Chris DuncanIn Tools, deprecate blake2b function in favor of simple...
2024-11-20 Chris DuncanExplicitly define esbuild platform when building, even...
2024-11-20 Chris DuncanAdd flag to force exit if long running tests (like...
2024-11-20 Chris DuncanTabs.
2024-11-20 Chris DuncanTabs and arrow notation.
2024-11-20 Chris DuncanTabs.
next