This repository was archived by the owner on Jul 15, 2018. It is now read-only.
This repository was archived by the owner on Jul 15, 2018. It is now read-only.
helpers: provide helpers to generate keys #31
Closed
Description
Am currently writing code to test out the bug fix for tendermint/tendermint#514 in which we have a dishonest peer requesting a non-existent block height from a reactor and that requires a whole lot of setup.
I currently see that we have helpers for PrivKeyEd25519
Lines 99 to 114 in 1bc8de4
However, trying to generate the public key using our package is quite a bit of work, IMHO we should make it simple to generate a public Ed25519 key that conforms to our package and not just to the Go crypto library. I suspect some other developers might need this in the future.
Metadata
Metadata
Assignees
Labels
No labels