mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Split up GCM into a start/update/finish cycle
This commit is contained in:
@ -74,4 +74,8 @@ while (my $line = <TEST_DATA>)
|
||||
print("\n\n");
|
||||
}
|
||||
}
|
||||
|
||||
print("GCM Selftest\n");
|
||||
print("gcm_selftest:\n\n");
|
||||
|
||||
close(TEST_DATA);
|
||||
|
Reference in New Issue
Block a user