]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
2024-12-01 Chris DuncanAdd bytes-to-hex function in nanonacl and return keys...
2024-12-01 Chris DuncanFix wrong variable being returned from worker.
2024-12-01 Chris DuncanFix keypair object being assigned to public key variable.
2024-11-30 Chris DuncanFix chunking assignment in Pool. Get keys as hex string...
2024-11-30 Chris DuncanUse ArrayBuffer to transfer data to and from worker.
2024-11-30 Chris DuncanStart prepping pow worker.
2024-11-30 Chris DuncanAdd cores count to pool for job splitting.
2024-11-30 Chris DuncanDelete unneeded backup file.
2024-11-30 Chris DuncanWe are only ever using this to get public keys if inter...
2024-11-30 Chris DuncanPublic key is validated as part of fromPublicKey call...
2024-11-30 Chris DuncanChange some names and fix NanoNaCl worker with a forced...
2024-11-30 Chris DuncanLogging for perf tests
2024-11-30 Chris DuncanClass reference to static member within static initiali...
2024-11-30 Chris DuncanBackup working copy of nano-nacl prior to optimization...
2024-11-29 Chris DuncanAdd typings. Remove unnecessary allocation when hashing.
2024-11-29 Chris DuncanWe're only going to work in browser environments from...
2024-11-29 Chris DuncanBite the bullet on formatting.
2024-11-29 Chris DuncanImport typing for blake.
2024-11-29 Chris DuncanStart adding typings to nano-nacl.
2024-11-29 Chris DuncanSimplify ckd implementation with fewer allowed typings.
2024-11-29 Chris DuncanUse more concise typing.
2024-11-29 Chris DuncanAha moment: the entire Blake2b class can be passed...
2024-11-29 Chris DuncanNormalize address prefix in constructor to fix duplicat...
2024-11-29 Chris DuncanPass index when creating account from known keypair.
2024-11-28 Chris DuncanPass blake2b through nacl functions. Need to do somethi...
2024-11-28 Chris DuncanFix nano-nacl exports. Fix bip44 ckd return value....
2024-11-28 Chris DuncanFix account factory usage.
2024-11-28 Chris DuncanRefactor wallet account methods to start building out...
2024-11-28 Chris DuncanBegin refactoring NaCl implementation to a web worker...
2024-11-28 Chris DuncanRename for clarity.
2024-11-28 Chris DuncanAccount class is pretty simple overall, so having async...
2024-11-28 Chris DuncanRename NaCl implementation.
2024-11-28 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...
next