eva-crypto 0.1.2

Prototype level implementations of some encryption algorithms, with some generic traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# eva-crypto

This crate aims at providing **prototype** level implementations of some encryption algorithms, which means it will expose the interfaces as most as possible based on the algorithm design.

## Supported Algorithms

- AES(-128, -192, -256)
- LED(-80, -128)
- PRESENT(-80, -128)
- SM4
- SKINNY(-64-64, -64-128, -64-192, -128-128, -128-256, -128-384)