mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Split up GCM into a start/update/finish cycle
This commit is contained in:
parent
534f82c77a
commit
b9d3cfa114
11 changed files with 312 additions and 49 deletions
|
|
@ -74,4 +74,8 @@ while (my $line = <TEST_DATA>)
|
|||
print("\n\n");
|
||||
}
|
||||
}
|
||||
|
||||
print("GCM Selftest\n");
|
||||
print("gcm_selftest:\n\n");
|
||||
|
||||
close(TEST_DATA);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue