Go to the source code of this file.
◆ LC_ASCON_256_CTX_ON_STACK
| #define LC_ASCON_256_CTX_ON_STACK |
( |
| name | ) |
|
Value:
const struct lc_hash * lc_ascon_256
Ascon 256 message digest algorithm.
Allocate stack memory for the Ascon 256 context without VLA.
- Parameters
-
| [in] | name | Name of the stack variable |
Definition at line 96 of file lc_ascon_hash.h.
◆ LC_ASCON_XOF_CTX_ON_STACK
| #define LC_ASCON_XOF_CTX_ON_STACK |
( |
| name | ) |
|
Value:
const struct lc_hash * lc_ascon_xof
Ascon XOF extended output function.
Allocate stack memory for the Ascon XOF context without VLA.
- Parameters
-
| [in] | name | Name of the stack variable |
Definition at line 104 of file lc_ascon_hash.h.
◆ lc_ascon_128a
| const struct lc_hash* lc_ascon_128a |
|
extern |
Ascon 128a message digest algorithm.
◆ lc_ascon_256
Ascon 256 message digest algorithm.
◆ lc_ascon_xof
Ascon XOF extended output function.