aqueduct 0.0.0

aqueduct implements the tweakable Sleeve wrapping traditional, non-quantum elliptic-curve cryptographic schemes as formalized by researchers at IOHK
Documentation
# 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

* [Tweakable Sleeve]https://iohk.io/en/research/library/papers/tweakable-sleeve-a-novel-sleeve-construction-based-on-tweakable-hash-functions/