| Crates.io | aqueduct |
| lib.rs | aqueduct |
| version | 0.0.0 |
| created_at | 2022-11-09 17:12:33.826541+00 |
| updated_at | 2022-11-09 17:12:33.826541+00 |
| description | aqueduct implements the tweakable Sleeve wrapping traditional, non-quantum elliptic-curve cryptographic schemes as formalized by researchers at IOHK |
| homepage | https://github.com/scattered-systems/aqueduct/wiki |
| repository | https://github.com/scattered-systems/aqueduct |
| max_upload_size | |
| id | 708880 |
| size | 3,652 |
Aqueduct implements the recently formalized tweakable sleeve, a novel sleeve achieving modularity by implementing a composition mechanism based on tweakble hash functions.
aqueduct = "0.1.0"
use aqueduct
fn main() { println!("Welcome to aqueduct"); }