Upgrade libtomcrypt
This commit is contained in:
@@ -15,14 +15,9 @@
|
||||
*/
|
||||
int f8_done(symmetric_F8 *f8)
|
||||
{
|
||||
int err;
|
||||
LTC_ARGCHK(f8 != NULL);
|
||||
|
||||
if ((err = cipher_is_valid(f8->cipher)) != CRYPT_OK) {
|
||||
return err;
|
||||
}
|
||||
cipher_descriptor[f8->cipher].done(&f8->key);
|
||||
return CRYPT_OK;
|
||||
return ecb_done(&f8->ecb);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user