aes-gcm-siv 0.11.1

Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated Encryption Cipher (RFC 8452) with optional architecture-specific hardware acceleration
Documentation

aes-gcm-siv

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

default

  • aes
  • alloc
  • getrandom

aes

    This feature flag does not enable additional features.

alloc

  • aead/alloc

getrandom

  • aead/getrandom

std

  • aead/std
  • alloc

stream

  • aead/stream

heapless

  • aead/heapless