1
0
mirror of synced 2025-02-08 22:03:42 +00:00
Daniel Sanchez fc75ad1732
Fountain codes (#37)
* 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
2023-01-05 10:35:12 +01:00

5 lines
66 B
Rust

pub mod block;
pub mod crypto;
pub mod fountain;
pub mod staking;