libauth
libauth copied to clipboard
An ultra-lightweight, zero-dependency TypeScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.
This might be a good item to start working on when we build support for the `BCH_2019_11` VM. It's also a good thing to do while working on full, per-opcode...
* **I'm submitting a ...** [ ] bug report [x] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...
One nice property of both compilation outputs (both the `secp256k1` build and the `hashes` build) is that their algorithms are supposed to be deterministic. So as long as we're fully...
I really like what you've done with this library, and would really like to use it to replace some hand-rolled crypto I wrote. My biggest concern however is how to...
One missing functionality I am missing from this library is the ability to combine multiple public keys. This is provided by libsecp256k1 with secp256k1_ec_pubkey_combine.
* **I'm submitting a ...** [ ] bug report [*] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...
* **I'm submitting a ...** [ ] bug report [x] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...
This is a PBKDF2 pure JS implementation to progress towards supporting BIP39 mnemonics (I'll branch mnemonics off of this - want to try to keep reviews small and make sure...
Add `encodeExtendedJson` and `decodeExtendedJson` with support for BigInts, TypesArrays, and Dates
This is a counterparty to libauth's stringify function. It currently supports parsing back `Uint8Array` and `BigInt`, not sure how to go about `Symbol` and `Function`