eva-crypto 0.1.2

Prototype level implementations of some encryption algorithms, with some generic traits.
Documentation
  • Coverage
  • 19.79%
    19 out of 96 items documented6 out of 50 items with examples
  • Size
  • Source code size: 1.69 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.71 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • megrxu/eva
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • megrxu

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)