Investigate Ed25519 Key Format Compatibility between Tendermint and libsodium #2
Labels
C: enhancement
Classification: New feature or its request, or improvement in maintainability of code
Milestone
Tendermint and libsodium generate different keys for 32-bytes fixed zeros seed.
Ed25519 is specified in RFC 8032, and its parameters are considered to be compatible. We need to convert them if we use the ED25519 key-pair of Tendermint. If it's not possible, another key must be used for the leader election.
The text was updated successfully, but these errors were encountered: