aes-gcm 0.9.4

Pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration
Documentation

aes-gcm

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 3 of them enabled by default.

default

  • aes
  • alloc

aes

    This feature flag does not enable additional features.

alloc

  • aead/alloc

std

  • aead/std
  • alloc

armv8

  • aes/armv8
  • ghash/armv8

force-soft

  • aes/force-soft
  • ghash/force-soft

stream

  • aead/stream

heapless

  • aead/heapless

zeroize

    This feature flag does not enable additional features.