pqcrypto-compat 0.2.0

A convenience crate which implements RustCrypto traits for pqcrypto primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# pqcrypto-compat

[![Version](https://img.shields.io/crates/v/pqcrypto-compat.svg)](https://crates.io/crates/pqcrypto-compat)
[![Docs](https://docs.rs/pqcrypto-compat/badge.svg)](https://docs.rs/pqcrypto-compat)

Compatibility crate for using RustCrypto's [traits](https://github.com/RustCrypto/traits) with the cryptographic algorithm implementations from [pqcrypto](https://github.com/rustpq/pqcrypto/).

License
-------

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE)
 * MIT license ([LICENSE-MIT]LICENSE-MIT)

at your option.