cryptol/tests/suiteb/aes-mct-ecb.icry.stdout
Rob Dockins dcfae1a18e Move the AES test vectors into a new suiteb test directory,
and add a battery of SHA test vectors as well.
2020-09-21 14:54:29 -07:00

23 lines
712 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module SuiteB
Loading module Main
property aes128_MCT_vectors_encrypt_correct Using exhaustive testing.
Testing... Passed 1 tests.
Q.E.D.
property aes128_MCT_vectors_decrypt_correct Using exhaustive testing.
Testing... Passed 1 tests.
Q.E.D.
property aes192_MCT_vectors_encrypt_correct Using exhaustive testing.
Testing... Passed 1 tests.
Q.E.D.
property aes192_MCT_vectors_decrypt_correct Using exhaustive testing.
Testing... Passed 1 tests.
Q.E.D.
property aes256_MCT_vectors_encrypt_correct Using exhaustive testing.
Testing... Passed 1 tests.
Q.E.D.
property aes256_MCT_vectors_decrypt_correct Using exhaustive testing.
Testing... Passed 1 tests.
Q.E.D.