hashcloak / katzenmint-pki

A BFT PKI for the Katzenpost Authority PKI System using Tendermint
Apache License 2.0
2 stars 1 forks source link

Ensure keys are of the proper types #20

Open Mikerah opened 3 years ago

Mikerah commented 3 years ago

Katzenpost uses ED25519 keys for its authorities and Tendermint also uses ED25519 for its validator keys. We need to ensure that the way these keys are formatted/represented are equivalent and that authorities don't end up having to manage two sets of keys.