* Add fountain module and raptorq basic implementation * Add basic encode/decode test * Use Stream for trait instead of Iterator * Removed unnecessary pin * Add custom fountain error * Add failing path to tests * Added docs
5 lines
66 B
Rust
5 lines
66 B
Rust
pub mod block;
|
|
pub mod crypto;
|
|
pub mod fountain;
|
|
pub mod staking;
|