-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hiroki Kobayashi edited this page Dec 4, 2023
·
20 revisions
Welcome to the bip32-typesafe wiki!
TODOs
- Implement the following:
- reading base58-encoded keys
- error handling in
compress
- Separate the following into packages:
- secp256k1
- base58
- Make FE, Scalar and Compressed defined types
- benchmarking
- benchmark secp256k1 operations
- document all functions, packages
- base58
- secp256k1
- bip32
- Add README.md
- Implement fast constant-time multiplication in F_p
- https://eprint.iacr.org/2015/1060.pdf