libcrux-aesgcm 0.0.7

Libcrux AES-GCM implementation
Documentation

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