<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.mattsson-cfrg-aes-gcm-sst" target="https://datatracker.ietf.org/doc/html/draft-mattsson-cfrg-aes-gcm-sst-18">
   <front>
      <title>Galois Counter Mode with Strong Secure Tags (GCM-SST)</title>
      <author initials="M." surname="Campagna" fullname="Matt Campagna">
         <organization>Amazon Web Services</organization>
      </author>
      <author initials="A." surname="Maximov" fullname="Alexander Maximov">
         <organization>Ericsson</organization>
      </author>
      <author initials="J. P." surname="Mattsson" fullname="John Preuß Mattsson">
         <organization>Ericsson</organization>
      </author>
      <date month="February" day="19" year="2025" />
      <abstract>
	 <t>   This document defines the Galois Counter Mode with Strong Secure Tags
   (GCM-SST) Authenticated Encryption with Associated Data (AEAD)
   algorithm.  GCM-SST can be used with any keystream generator, not
   just 128-bit block ciphers.  The main differences from GCM are the
   use of an additional subkey H_2, the derivation of fresh subkeys H
   and H_2 for each nonce, and the replacement of the GHASH function
   with the POLYVAL function from AES-GCM-SIV.  This enables truncated
   tags with near-ideal forgery probabilities, even against multiple
   forgery attacks, which are significant security improvements over
   GCM.  GCM-SST is designed for security protocols with replay
   protection and addresses the strong industry demand for fast
   encryption with minimal overhead and high security.  This document
   registers several instances of GCM-SST using Advanced Encryption
   Standard (AES) and Rijndael-256.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-mattsson-cfrg-aes-gcm-sst-18" />
   
</reference>
