Closed NIC619 closed 5 years ago
Fix #100 (RSA provided by Go Crypto package prevents deterministic key generation, see: https://github.com/golang/go/blob/6269dcdc24d74379d8a609ce886149811020b2cc/src/crypto/rsa/rsa.go#L223)
Was instead trying to remove seed all at once but found that ECDSA provided can do deterministic key generation.
seed
What was wrong?
Fix #100 (RSA provided by Go Crypto package prevents deterministic key generation, see: https://github.com/golang/go/blob/6269dcdc24d74379d8a609ce886149811020b2cc/src/crypto/rsa/rsa.go#L223)
How was it fixed?
Was instead trying to remove
seed
all at once but found that ECDSA provided can do deterministic key generation.Cute Animal Picture