]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
12 days ago Chris DuncanLogging for perf tests
12 days ago Chris DuncanClass reference to static member within static initiali...
12 days ago Chris DuncanBackup working copy of nano-nacl prior to optimization...
12 days ago Chris DuncanAdd typings. Remove unnecessary allocation when hashing.
12 days ago Chris DuncanWe're only going to work in browser environments from...
12 days ago Chris DuncanBite the bullet on formatting.
12 days ago Chris DuncanImport typing for blake.
12 days ago Chris DuncanStart adding typings to nano-nacl.
12 days ago Chris DuncanSimplify ckd implementation with fewer allowed typings.
12 days ago Chris DuncanUse more concise typing.
12 days ago Chris DuncanAha moment: the entire Blake2b class can be passed...
12 days ago Chris DuncanNormalize address prefix in constructor to fix duplicat...
12 days ago Chris DuncanPass index when creating account from known keypair.
13 days ago Chris DuncanPass blake2b through nacl functions. Need to do somethi...
13 days ago Chris DuncanFix nano-nacl exports. Fix bip44 ckd return value....
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.
next