8 releases

new 0.0.7 Feb 12, 2026
0.0.7-pre.1 Feb 11, 2026
0.0.6 Jan 22, 2026
0.0.5 Jan 12, 2026
0.0.4 Nov 5, 2025

#1428 in Cryptography

Download history 15/week @ 2025-10-30 59/week @ 2025-11-06 172/week @ 2025-11-13 161/week @ 2025-11-20 211/week @ 2025-11-27 3099/week @ 2025-12-04 4015/week @ 2025-12-11 1911/week @ 2025-12-18 1440/week @ 2025-12-25 1865/week @ 2026-01-01 3868/week @ 2026-01-08 5615/week @ 2026-01-15 4653/week @ 2026-01-22 5741/week @ 2026-01-29 9077/week @ 2026-02-05

26,095 downloads per month
Used in 2 crates

Apache-2.0

370KB
8K SLoC

AES-GCM

pre-verification

This crate implements AES-GCM 128 and 256

It provides

  • a portable, bit-sliced implementation
  • an x64 optimised implementation using AES-NI
  • an Aarch64 optimised implementation using the AES instructions

Dependencies

~1.5MB
~34K SLoC