parallelchain-io / hotstuff_rs

Rust implementation of the HotStuff consensus algorithm.
38 stars 5 forks source link

Use ed25519::VerifyingKey instead of PublicKeyBytes in public interfaces #7

Closed lyulka closed 11 months ago

lyulka commented 1 year ago

To reduce the incidence of unsafe casting from PublicKeyBytes to PublicKey.

lyulka commented 11 months ago

Implemented in HotStuff-rs v0.3.