mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Add Botan 3.0, comment some tests, due to removed algorithms
This commit is contained in:
Vendored
BIN
Binary file not shown.
+5
-5
@@ -70,8 +70,8 @@ main :: proc() {
|
||||
test_sha3_256(&t)
|
||||
test_sha3_384(&t)
|
||||
test_sha3_512(&t)
|
||||
test_shake_128(&t)
|
||||
test_shake_256(&t)
|
||||
// test_shake_128(&t)
|
||||
// test_shake_256(&t)
|
||||
test_keccak_512(&t)
|
||||
test_whirlpool(&t)
|
||||
test_gost(&t)
|
||||
@@ -79,9 +79,9 @@ main :: proc() {
|
||||
test_streebog_512(&t)
|
||||
test_blake2b(&t)
|
||||
test_ripemd_160(&t)
|
||||
test_tiger_128(&t)
|
||||
test_tiger_160(&t)
|
||||
test_tiger_192(&t)
|
||||
// test_tiger_128(&t)
|
||||
// test_tiger_160(&t)
|
||||
// test_tiger_192(&t)
|
||||
test_sm3(&t)
|
||||
test_skein512_256(&t)
|
||||
test_skein512_512(&t)
|
||||
|
||||
Reference in New Issue
Block a user