]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
8 days ago Chris DuncanFix pool parsing of worker response to account for...
8 days ago Chris DuncanAdd function return typings and variable typings.
8 days ago Chris DuncanFix pow response destructuring assignment.
8 days ago Chris DuncanAdd function to convert base32 to hex.
8 days ago Chris DuncanTweak var names for clarity of intent.
8 days ago Chris DuncanFix address to public key extraction.
8 days ago Chris DuncanTweak some var names for clarity of intent.
9 days ago Chris DuncanFix public key and checksum extraction from address.
9 days ago Chris DuncanFix promise thenable handling in pow.
9 days ago Chris DuncanAdd nano-webgl-pow. Add testing logging.
9 days ago Chris DuncanImplement divide option on pool work.
9 days ago Chris DuncanAdd converge functionality to Pool so that work can...
9 days ago Chris DuncanImplement nano-webgl-pow on block.
9 days ago Chris DuncanExport Blake2b directly for testing purposes.
9 days ago Chris DuncanAdd block pow to test webpage.
9 days ago Chris DuncanEnsure a minimum of one Pool core, even if nav.hwConc...
9 days ago Chris DuncanTools hash function is only used within Tools itself...
9 days ago Chris DuncanDirectly calculate blake2b hash as part of block verifi...
9 days ago Chris DuncanCalculate block hash directly instead of calling Tools.
9 days ago Chris DuncanRemove type assertions rendered unnecessary by improvem...
9 days ago Chris DuncanAdd return typings to blake2b functions.
9 days ago Chris DuncanTarget esnext which is esbuild default.
9 days ago Chris DuncanFix JSDoc.
9 days ago Chris DuncanRevert typescript update due to issue with SharedArrayB...
9 days ago Chris DuncanExplicitly specify return typings from entropy getters.
9 days ago Chris DuncanTabs.
9 days ago Chris DuncanRemove blake2b typings. Update node typings and typescr...
9 days ago Chris DuncanRemove blake2b package.
9 days ago Chris DuncanInstantiate Pool as part of block for calculating pow.
9 days ago Chris DuncanRemove replaced X25519 files.
10 days ago Chris DuncanRNG directly instead of from Entropy. Tweak blake hashi...
10 days ago Chris DuncanImplement initial PoW worker.
10 days ago Chris DuncanAdd perf logging to test webpage.
10 days ago Chris DuncanRemove testing log statements.
10 days ago Chris DuncanRename BIP-44 ckd file.
10 days ago Chris DuncanUpdate Bip44Ckd exports and imports.
10 days ago Chris DuncanMove nano-nacl type definitions, which will eventually...
10 days ago Chris DuncanReorganize NanoNaCl exports and imports. Remove some...
10 days ago Chris DuncanThe issue was Chrome all along. Firefox uses workers...
11 days ago Chris DuncanRemove more extraneous logging.
11 days ago Chris DuncanRemove some extraneous logging.
11 days ago Chris DuncanAdd a few logs for perf testing.
11 days ago Chris DuncanAdd bytes-to-hex function in nanonacl and return keys...
11 days ago Chris DuncanFix wrong variable being returned from worker.
11 days ago Chris DuncanFix keypair object being assigned to public key variable.
11 days ago Chris DuncanFix chunking assignment in Pool. Get keys as hex string...
11 days ago Chris DuncanUse ArrayBuffer to transfer data to and from worker.
11 days ago Chris DuncanStart prepping pow worker.
11 days ago Chris DuncanAdd cores count to pool for job splitting.
12 days ago Chris DuncanDelete unneeded backup file.
12 days ago Chris DuncanWe are only ever using this to get public keys if inter...
12 days ago Chris DuncanPublic key is validated as part of fromPublicKey call...
12 days ago Chris DuncanChange some names and fix NanoNaCl worker with a forced...
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...
next