]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
13 days ago Chris DuncanFix account factory usage.
13 days ago Chris DuncanRefactor wallet account methods to start building out...
13 days ago Chris DuncanBegin refactoring NaCl implementation to a web worker...
13 days ago Chris DuncanRename for clarity.
13 days ago Chris DuncanAccount class is pretty simple overall, so having async...
13 days ago Chris DuncanRename NaCl implementation.
13 days ago Chris DuncanRewrite blake2b as class and update references. Add...
2024-11-27 Chris DuncanCondense assertions.
2024-11-27 Chris DuncanAdd quick performance checks to test page.
2024-11-27 Chris DuncanSpaces.
2024-11-27 Chris DuncanDelete deprecated worker.
2024-11-27 Chris DuncanUpdate comment header to reflect current purpose.
2024-11-27 Chris DuncanUse customized blake implementation and start trying...
2024-11-27 Chris DuncanRename definition file.
2024-11-27 Chris DuncanCopyiing the entire blake2b function string into the...
2024-11-27 Chris DuncanRemove debug statements.
2024-11-27 Chris DuncanHot damn it worked.
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.
next