Import libgcrypt 1.5.3.
This commit is contained in:
parent
c12936c5d1
commit
d1307d873a
72 changed files with 11732 additions and 2916 deletions
|
@ -117,7 +117,7 @@ static const u64 rc[R] =
|
|||
U64_C (0xfbee7c66dd17479e),
|
||||
U64_C (0xca2dbf07ad5a8333),
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
/* Main lookup boxes. */
|
||||
|
@ -1322,7 +1322,7 @@ whirlpool_add (whirlpool_context_t *context,
|
|||
}
|
||||
/*_gcry_burn_stack (80+6*sizeof(void*));*/ /* FIXME */
|
||||
|
||||
while (buffer_n >= BLOCK_SIZE)
|
||||
while (buffer_n >= BLOCK_SIZE)
|
||||
{
|
||||
whirlpool_transform (context, buffer);
|
||||
context->count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue