parallelchain-io / hotstuff_rs

Rust implementation of the HotStuff consensus algorithm.
34 stars 4 forks source link

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

Closed lyulka closed 6 months ago

lyulka commented 12 months ago

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

lyulka commented 6 months ago

Implemented in HotStuff-rs v0.3.