Skip to content
Snippets Groups Projects
Select Git revision
20 results

block-internal.h

Blame
  • Forked from Nettle / nettle
    Source project has a limited visibility.
    • Daiki Ueno's avatar
      f5b64ecc
      Implement AES-GCM-SIV · f5b64ecc
      Daiki Ueno authored
      
      This implements AES-GCM-SIV, described in RFC8452, on top of the
      existing AES-GCM primitives.  In particular, its hash algorithm
      POLYVAL is implemented using the GHASH with additional byte order
      conversion according to RFC8452 Appendix A.
      
      Signed-off-by: default avatarDaiki Ueno <dueno@redhat.com>
      f5b64ecc
      History
      Implement AES-GCM-SIV
      Daiki Ueno authored
      
      This implements AES-GCM-SIV, described in RFC8452, on top of the
      existing AES-GCM primitives.  In particular, its hash algorithm
      POLYVAL is implemented using the GHASH with additional byte order
      conversion according to RFC8452 Appendix A.
      
      Signed-off-by: default avatarDaiki Ueno <dueno@redhat.com>