Skip to content

Releases: sayantn/aes

v1.3.0

29 Oct 18:58
Compare
Choose a tag to compare

What's Changed

  • Implement Constant-time bitsliced AES opt-in by @sayantn in #5

v1.2.1

20 Jul 10:40
Compare
Choose a tag to compare

What's Changed

  • Used LLVM intrinsics for Risc-V, making it even faster!

Full Changelog: v1.2.0...v1.2.1

aes_crypto v1.2.0

19 May 19:05
Compare
Choose a tag to compare

Supported Implementations:-

  • x86 - AESNI, AESNI-VAES (nightly) and AESNI-VAES-AVX512F (nightly)
  • AArch64, ARM64EC, ARMv8 (nightly)
  • RISC-V RV32 (nightly) and RV64 (nightly)
  • fallback software

Available on crates.io