0
according to bip39, I maked 12 mnemonic words and then get a 512 bit seed from them.
now I want to know how must I convert this seed to private key ?
what functions must I use ?
please introduce me libraries for browser javascript.
although I know that I must use ECDSA and secp256k1.
but I do not know exactly what the steps are?
What problems do you have with following the reference implementation or the Javascript implementations listed in the link you put in your question? – RedGrittyBrick – 2018-11-13T11:11:54.987
@RedGrittyBrick My current problem is that I don't know based on what algorithm I need to convert a 512 bits seed into a 256 bits private key. – saeid ezzati – 2018-11-14T10:24:23.207