aes-gcm-siv 0.10.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 8 feature flags, 3 of them enabled by default.

default

  • aes
  • alloc

aes

    This feature flag does not enable additional features.

alloc

  • aead/alloc

force-soft

  • aes/force-soft
  • polyval/force-soft

armv8

  • aes/armv8
  • polyval/armv8

std

  • aead/std
  • alloc

heapless

  • aead/heapless

stream

  • aead/stream