]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - testport.conf
fixing some warnings (AES); simplifyning AES headers (now simply include "aes.h"...
[avr-crypto-lib.git] / testport.conf
index 213533d10b47ba01975bd9923034caa8f38beb12..92c450e112d946c6929abb7b9dea0aacf9759927 100644 (file)
@@ -6,60 +6,9 @@ baud = 38400
 databits = 8
 stopbits = 1
 paraty = none
-testlogbase = testlog_
+testlogbase = testlog/testlog_
 
-###############################################################################
-
-[BlueMidnightWish-224]
-algo=a
-file_0=testvectors/shavs/BlueMidnightWish/ShortMsgKAT_224.txt
-file_1=testvectors/shavs/BlueMidnightWish/LongMsgKAT_224.txt
-
-[BlueMidnightWish-256]
-algo=b
-file_0=testvectors/shavs/BlueMidnightWish/ShortMsgKAT_256.txt
-file_1=testvectors/shavs/BlueMidnightWish/LongMsgKAT_256.txt
-
-[BlueMidnightWish-384]
-algo=c
-file_0=testvectors/shavs/BlueMidnightWish/ShortMsgKAT_384.txt
-file_1=testvectors/shavs/BlueMidnightWish/LongMsgKAT_384.txt
-
-[BlueMidnightWish-512]
-algo=d
-file_0=testvectors/shavs/BlueMidnightWish/ShortMsgKAT_512.txt
-file_1=testvectors/shavs/BlueMidnightWish/LongMsgKAT_512.txt
-
-[BlueMidnightWish]
-meta=1
-test_0=BlueMidnightWish-256
-test_1=BlueMidnightWish-512
-test_2=BlueMidnightWish-224
-test_3=BlueMidnightWish-384
-
-###############################################################################
-
-[Blake-28]
-algo=a
-file_0=testvectors/shavs/Blake/ShortMsgKAT_224.txt
-file_1=testvectors/shavs/Blake/LongMsgKAT_224.txt
-
-[Blake-32]
-algo=b
-file_0=testvectors/shavs/Blake/ShortMsgKAT_256.txt
-file_1=testvectors/shavs/Blake/LongMsgKAT_256.txt
-
-[Blake-48]
-algo=c
-file_0=testvectors/shavs/Blake/ShortMsgKAT_384.txt
-file_1=testvectors/shavs/Blake/LongMsgKAT_384.txt
-
-[Blake-64]
-algo=d
-file_0=testvectors/shavs/Blake/ShortMsgKAT_512.txt
-file_1=testvectors/shavs/Blake/LongMsgKAT_512.txt
-
-###############################################################################
+include=testconf/*.conf
 
 
 # END OF CONFIGFILE