aqueduct

Crates.ioaqueduct
lib.rsaqueduct
version0.0.0
sourcesrc
created_at2022-11-09 17:12:33.826541
updated_at2022-11-09 17:12:33.826541
descriptionaqueduct implements the tweakable Sleeve wrapping traditional, non-quantum elliptic-curve cryptographic schemes as formalized by researchers at IOHK
homepagehttps://github.com/scattered-systems/aqueduct/wiki
repositoryhttps://github.com/scattered-systems/aqueduct
max_upload_size
id708880
size3,652
Joe McCain III (FL03)

documentation

README

aqueduct

Aqueduct implements the recently formalized tweakable sleeve, a novel sleeve achieving modularity by implementing a composition mechanism based on tweakble hash functions.

Getting Started

Import the crate

aqueduct = "0.1.0"

Basic Usage

use aqueduct

fn main() { println!("Welcome to aqueduct"); }

Contributors

Research

Commit count: 0

cargo fmt