aes-gcm 0.10.3

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 10 feature flags, 5 of them enabled by default.

default

  • aes
  • alloc
  • getrandom

aes

  • dep:aes

alloc

  • aead/alloc

getrandom

  • aead/getrandom
  • rand_core

rand_core

  • aead/rand_core

std

  • aead/std
  • alloc

stream

  • aead/stream

heapless

  • aead/heapless

zeroize

  • dep:zeroize

arrayvec

  • aead/arrayvec