Separate keccak for flex
This commit is contained in:
parent
db4f89ec3e
commit
91bad8a85c
1 changed files with 4 additions and 4 deletions
|
@ -92,22 +92,22 @@ typedef struct {
|
|||
/**
|
||||
* Type for a Keccak-224 context (identical to the common context).
|
||||
*/
|
||||
typedef flex_keccak_context sph_keccak224_context;
|
||||
typedef sph_keccak_context sph_keccak224_context;
|
||||
|
||||
/**
|
||||
* Type for a Keccak-256 context (identical to the common context).
|
||||
*/
|
||||
typedef flex_keccak_context sph_keccak256_context;
|
||||
typedef sph_keccak_context sph_keccak256_context;
|
||||
|
||||
/**
|
||||
* Type for a Keccak-384 context (identical to the common context).
|
||||
*/
|
||||
typedef flex_keccak_context sph_keccak384_context;
|
||||
typedef sph_keccak_context sph_keccak384_context;
|
||||
|
||||
/**
|
||||
* Type for a Keccak-512 context (identical to the common context).
|
||||
*/
|
||||
typedef flex_keccak_context sph_keccak512_context;
|
||||
typedef sph_keccak_context sph_keccak512_context;
|
||||
|
||||
/**
|
||||
* Initialize a Keccak-224 context. This process performs no memory allocation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue