]> git.cryptolib.org Git - avr-crypto-lib.git/blob - testport.conf
release of new testing tool (still unfinished)
[avr-crypto-lib.git] / testport.conf
1 # configfile for shavs tests
2
3 [PORT]
4 port = /dev/ttyUSB1
5 baud = 38400
6 databits = 8
7 stopbits = 1
8 paraty = none
9 testlogbase = testlog_
10
11 ###############################################################################
12
13 [BlueMidnightWish-224]
14 algo=a
15 file_0=testvectors/shavs/BlueMidnightWish/ShortMsgKAT_224.txt
16 file_1=testvectors/shavs/BlueMidnightWish/LongMsgKAT_224.txt
17
18 [BlueMidnightWish-256]
19 algo=b
20 file_0=testvectors/shavs/BlueMidnightWish/ShortMsgKAT_256.txt
21 file_1=testvectors/shavs/BlueMidnightWish/LongMsgKAT_256.txt
22
23 [BlueMidnightWish-384]
24 algo=c
25 file_0=testvectors/shavs/BlueMidnightWish/ShortMsgKAT_384.txt
26 file_1=testvectors/shavs/BlueMidnightWish/LongMsgKAT_384.txt
27
28 [BlueMidnightWish-512]
29 algo=d
30 file_0=testvectors/shavs/BlueMidnightWish/ShortMsgKAT_512.txt
31 file_1=testvectors/shavs/BlueMidnightWish/LongMsgKAT_512.txt
32
33 [BlueMidnightWish]
34 meta=1
35 test_0=BlueMidnightWish-256
36 test_1=BlueMidnightWish-512
37 test_2=BlueMidnightWish-224
38 test_3=BlueMidnightWish-384
39
40 ###############################################################################
41
42 [Blake-28]
43 algo=a
44 file_0=testvectors/shavs/Blake/ShortMsgKAT_224.txt
45 file_1=testvectors/shavs/Blake/LongMsgKAT_224.txt
46
47 [Blake-32]
48 algo=b
49 file_0=testvectors/shavs/Blake/ShortMsgKAT_256.txt
50 file_1=testvectors/shavs/Blake/LongMsgKAT_256.txt
51
52 [Blake-48]
53 algo=c
54 file_0=testvectors/shavs/Blake/ShortMsgKAT_384.txt
55 file_1=testvectors/shavs/Blake/LongMsgKAT_384.txt
56
57 [Blake-64]
58 algo=d
59 file_0=testvectors/shavs/Blake/ShortMsgKAT_512.txt
60 file_1=testvectors/shavs/Blake/LongMsgKAT_512.txt
61
62 ###############################################################################
63
64
65 # END OF CONFIGFILE