You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mymonero-core-js/cryptonote_utils
Paul Shapiro d517038059
switching from wasm to asm.js for numerous reasons such as load time (currently, tradeoff is that seed-and-keys-from-mnemonic takes a long time for some reason, maybe keccak... keep JS impl?), switching optimizations to speed
6 years ago
..
MyMoneroCoreCpp.js switching from wasm to asm.js for numerous reasons such as load time (currently, tradeoff is that seed-and-keys-from-mnemonic takes a long time for some reason, maybe keccak... keep JS impl?), switching optimizations to speed 6 years ago
MyMoneroCoreCpp.js.mem switching from wasm to asm.js for numerous reasons such as load time (currently, tradeoff is that seed-and-keys-from-mnemonic takes a long time for some reason, maybe keccak... keep JS impl?), switching optimizations to speed 6 years ago
biginteger.js initial commit + README 7 years ago
crc32.js copyright 7 years ago
cryptonote_base58.js Add prettier support 6 years ago
cryptonote_utils.js removed a log 6 years ago
mnemonic.js mnemonic: fixed Japanese wordset prefix_len (4->3) 6 years ago
money_format_utils.js updated MyMoneroCoreCpp.js build; cryptonote_utils: extracted destination formatting and money amount formatting to sendingFunds_utils and money_format_utils respectively, and added IPCsafe (string instead of JSBigInt params) create_transaction variant to support call from electron renderer procs etc, and added more complete load readiness waiting interface, and added locateFile impl for passing as emscripten Module template to locate wasm file in various environments; monero_cryptonote_utils_instance: detecting electron renderer and exposing via electron.remote call (will this cause issues with anyone's build systems trying to include electron\?); commenting logs 6 years ago
nacl-fast-cn.js initial commit + README 7 years ago
nettype.js Add prettier support 6 years ago
sha3.js initial commit + README 7 years ago