3 releases
0.1.2 | May 18, 2020 |
---|---|
0.1.1 | Jul 10, 2019 |
0.1.0 | Jul 8, 2019 |
#1771 in Cryptography
1MB
1K
SLoC
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)