Documentation ¶
Overview ¶
Package ascon implements the ASCON AEAD cipher.
Index ¶
Constants ¶
View Source
const ( // BlockSize128a is the size in bytes of an ASCON-128a block. BlockSize128a = 16 // BlockSize128 is the size in bytes of an ASCON-128 block. BlockSize128 = 8 // KeySize is the size in bytes of ASCON-128 and ASCON-128a // keys. KeySize = 16 // NonceSize is the size in bytes of ASCON-128 and ASCON-128a // nonces. NonceSize = 16 // TagSize is the size in bytes of ASCON-128 and ASCON-128a // authenticators. TagSize = 16 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.