You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
The proposal states to use the string "Bitcoin seed" when calculating I ( the value containing the master secret key and master chain code, where the 256 bits on the left of the 512 hash is the private key and the 256 bits on the right is the chain code.). I = HMAC-SHA512(key="Bitcoin seed", msg=S)
Perhaps we can standardize all PeerAssets HD wallets to use the seed "PeerAssets seed" regardless of what network is being used.
For Kutil when generating from string seed.
https://gist.github.com/sipa/1799467#file-gistfile1-txt-L97-L104
https://tools.ietf.org/rfc/rfc4231.txt
Right now Kutil uses a single sha256 hash.
https://github.com/PeerAssets/pypeerassets/blob/master/pypeerassets/kutil.py#L34-L35
Resources:
https://en.wikipedia.org/wiki/PBKDF2
The text was updated successfully, but these errors were encountered: