In Bitcoin and Ethereum, a private key is just a 256-bit number. Isn’t it the same in Avalanche too?
What I’d like to do is to create a private key from a SHA256(“big passphrase”), without having to use a lib or a mnemonic key phrase.
Thanks for your help.