bitchan/eccrypto

generating bitcoin private key from 512 bit seed

Closed this issue · 1 comments

Hi
I want to generate bitcoin private key from a 512 bit seed.
can I do this with your library and how ?
please give me example

Sorry, this module is currently focused only on cryptography using the secp256k1 elliptic curve (ECDSA, ECDH and ECIES), and not private key generation. I would recommend looking into something like bitcoinjs-lib, which has more wallet functionality.