hotstuff_rs_types 0.1.0

Types used in the implementation and the communication protocol of hotstuff-rs, made available as a separate crate with a minimal set of dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.borsh]
version = "0.9"

[dependencies.ed25519-dalek]
version = "1"

[dependencies.sha2]
version = "0.10"

[package]
description = "Types used in the implementation and the communication protocol of hotstuff-rs, made available as a separate crate with a minimal set of dependencies"
edition = "2021"
license = "Apache-2.0"
name = "hotstuff_rs_types"
repository = "https://github.com/parallelchain-io/hotstuff-rs-types"
resolver = "2"
version = "0.1.0"