certusone / aiakos

A Tendermint PrivValidator implementation using the YubiHSM2
Apache License 2.0
16 stars 4 forks source link

Tendermint to transition to prehashing signature messages #5

Open zmanian opened 5 years ago

zmanian commented 5 years ago

To better accommodate a wide range of HSMs(esp the ledger nano s), Tendermint v0.29.0 is planning to switch to prehashing consensus messages before voting so. ed25519sign(privkey, sha512(msg)), and ed25519verify(pubkey,sha512(msg)) .

I'll link the issue/ PR but we would like to do a coordinated release.

zmanian commented 5 years ago

https://github.com/tendermint/tendermint/issues/3095

hendrikhofstadt commented 5 years ago

@zmanian Thanks for the heads up!