tendermint/crypto/ed25519
Dev Ojha eb7dea1b0d crypto/ed25519: Remove privkey.Generate method (#2022)
The privkey.Generate method here was a custom-made method for deriving
a private key from another private key. This function is currently
not used anywhere in our codebase, and has not been reviewed enough
that it would be secure to use. This removes that method. We should
adopt the official ed25519 HD derivation once that has been standardized,
in order to fulfill this need.

closes #2000
2018-07-23 15:35:13 +04:00
..
ed25519.go crypto/ed25519: Remove privkey.Generate method (#2022) 2018-07-23 15:35:13 +04:00
ed25519_test.go crypto/ed25519: Remove privkey.Generate method (#2022) 2018-07-23 15:35:13 +04:00