1*e0c4386eSCy Schubert /*
2*e0c4386eSCy Schubert * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
3*e0c4386eSCy Schubert *
4*e0c4386eSCy Schubert * Licensed under the Apache License 2.0 (the "License"). You may not use
5*e0c4386eSCy Schubert * this file except in compliance with the License. You can obtain a copy
6*e0c4386eSCy Schubert * in the file LICENSE in the source distribution or at
7*e0c4386eSCy Schubert * https://www.openssl.org/source/license.html
8*e0c4386eSCy Schubert */
9*e0c4386eSCy Schubert #include <stdio.h>
10*e0c4386eSCy Schubert #include <string.h>
11*e0c4386eSCy Schubert #include <openssl/e_os2.h>
12*e0c4386eSCy Schubert #include <openssl/evp.h>
13*e0c4386eSCy Schubert #include "crypto/ecx.h"
14*e0c4386eSCy Schubert #include "curve448_local.h"
15*e0c4386eSCy Schubert #include "testutil.h"
16*e0c4386eSCy Schubert
17*e0c4386eSCy Schubert static unsigned int max = 1000;
18*e0c4386eSCy Schubert static unsigned int verbose = 0;
19*e0c4386eSCy Schubert
20*e0c4386eSCy Schubert /* Test vectors from RFC7748 for X448 */
21*e0c4386eSCy Schubert
22*e0c4386eSCy Schubert static const uint8_t in_scalar1[56] = {
23*e0c4386eSCy Schubert 0x3d, 0x26, 0x2f, 0xdd, 0xf9, 0xec, 0x8e, 0x88, 0x49, 0x52, 0x66, 0xfe,
24*e0c4386eSCy Schubert 0xa1, 0x9a, 0x34, 0xd2, 0x88, 0x82, 0xac, 0xef, 0x04, 0x51, 0x04, 0xd0,
25*e0c4386eSCy Schubert 0xd1, 0xaa, 0xe1, 0x21, 0x70, 0x0a, 0x77, 0x9c, 0x98, 0x4c, 0x24, 0xf8,
26*e0c4386eSCy Schubert 0xcd, 0xd7, 0x8f, 0xbf, 0xf4, 0x49, 0x43, 0xeb, 0xa3, 0x68, 0xf5, 0x4b,
27*e0c4386eSCy Schubert 0x29, 0x25, 0x9a, 0x4f, 0x1c, 0x60, 0x0a, 0xd3
28*e0c4386eSCy Schubert };
29*e0c4386eSCy Schubert
30*e0c4386eSCy Schubert static const uint8_t in_u1[56] = {
31*e0c4386eSCy Schubert 0x06, 0xfc, 0xe6, 0x40, 0xfa, 0x34, 0x87, 0xbf, 0xda, 0x5f, 0x6c, 0xf2,
32*e0c4386eSCy Schubert 0xd5, 0x26, 0x3f, 0x8a, 0xad, 0x88, 0x33, 0x4c, 0xbd, 0x07, 0x43, 0x7f,
33*e0c4386eSCy Schubert 0x02, 0x0f, 0x08, 0xf9, 0x81, 0x4d, 0xc0, 0x31, 0xdd, 0xbd, 0xc3, 0x8c,
34*e0c4386eSCy Schubert 0x19, 0xc6, 0xda, 0x25, 0x83, 0xfa, 0x54, 0x29, 0xdb, 0x94, 0xad, 0xa1,
35*e0c4386eSCy Schubert 0x8a, 0xa7, 0xa7, 0xfb, 0x4e, 0xf8, 0xa0, 0x86
36*e0c4386eSCy Schubert };
37*e0c4386eSCy Schubert
38*e0c4386eSCy Schubert static const uint8_t out_u1[56] = {
39*e0c4386eSCy Schubert 0xce, 0x3e, 0x4f, 0xf9, 0x5a, 0x60, 0xdc, 0x66, 0x97, 0xda, 0x1d, 0xb1,
40*e0c4386eSCy Schubert 0xd8, 0x5e, 0x6a, 0xfb, 0xdf, 0x79, 0xb5, 0x0a, 0x24, 0x12, 0xd7, 0x54,
41*e0c4386eSCy Schubert 0x6d, 0x5f, 0x23, 0x9f, 0xe1, 0x4f, 0xba, 0xad, 0xeb, 0x44, 0x5f, 0xc6,
42*e0c4386eSCy Schubert 0x6a, 0x01, 0xb0, 0x77, 0x9d, 0x98, 0x22, 0x39, 0x61, 0x11, 0x1e, 0x21,
43*e0c4386eSCy Schubert 0x76, 0x62, 0x82, 0xf7, 0x3d, 0xd9, 0x6b, 0x6f
44*e0c4386eSCy Schubert };
45*e0c4386eSCy Schubert
46*e0c4386eSCy Schubert static const uint8_t in_scalar2[56] = {
47*e0c4386eSCy Schubert 0x20, 0x3d, 0x49, 0x44, 0x28, 0xb8, 0x39, 0x93, 0x52, 0x66, 0x5d, 0xdc,
48*e0c4386eSCy Schubert 0xa4, 0x2f, 0x9d, 0xe8, 0xfe, 0xf6, 0x00, 0x90, 0x8e, 0x0d, 0x46, 0x1c,
49*e0c4386eSCy Schubert 0xb0, 0x21, 0xf8, 0xc5, 0x38, 0x34, 0x5d, 0xd7, 0x7c, 0x3e, 0x48, 0x06,
50*e0c4386eSCy Schubert 0xe2, 0x5f, 0x46, 0xd3, 0x31, 0x5c, 0x44, 0xe0, 0xa5, 0xb4, 0x37, 0x12,
51*e0c4386eSCy Schubert 0x82, 0xdd, 0x2c, 0x8d, 0x5b, 0xe3, 0x09, 0x5f
52*e0c4386eSCy Schubert };
53*e0c4386eSCy Schubert
54*e0c4386eSCy Schubert static const uint8_t in_u2[56] = {
55*e0c4386eSCy Schubert 0x0f, 0xbc, 0xc2, 0xf9, 0x93, 0xcd, 0x56, 0xd3, 0x30, 0x5b, 0x0b, 0x7d,
56*e0c4386eSCy Schubert 0x9e, 0x55, 0xd4, 0xc1, 0xa8, 0xfb, 0x5d, 0xbb, 0x52, 0xf8, 0xe9, 0xa1,
57*e0c4386eSCy Schubert 0xe9, 0xb6, 0x20, 0x1b, 0x16, 0x5d, 0x01, 0x58, 0x94, 0xe5, 0x6c, 0x4d,
58*e0c4386eSCy Schubert 0x35, 0x70, 0xbe, 0xe5, 0x2f, 0xe2, 0x05, 0xe2, 0x8a, 0x78, 0xb9, 0x1c,
59*e0c4386eSCy Schubert 0xdf, 0xbd, 0xe7, 0x1c, 0xe8, 0xd1, 0x57, 0xdb
60*e0c4386eSCy Schubert };
61*e0c4386eSCy Schubert
62*e0c4386eSCy Schubert static const uint8_t out_u2[56] = {
63*e0c4386eSCy Schubert 0x88, 0x4a, 0x02, 0x57, 0x62, 0x39, 0xff, 0x7a, 0x2f, 0x2f, 0x63, 0xb2,
64*e0c4386eSCy Schubert 0xdb, 0x6a, 0x9f, 0xf3, 0x70, 0x47, 0xac, 0x13, 0x56, 0x8e, 0x1e, 0x30,
65*e0c4386eSCy Schubert 0xfe, 0x63, 0xc4, 0xa7, 0xad, 0x1b, 0x3e, 0xe3, 0xa5, 0x70, 0x0d, 0xf3,
66*e0c4386eSCy Schubert 0x43, 0x21, 0xd6, 0x20, 0x77, 0xe6, 0x36, 0x33, 0xc5, 0x75, 0xc1, 0xc9,
67*e0c4386eSCy Schubert 0x54, 0x51, 0x4e, 0x99, 0xda, 0x7c, 0x17, 0x9d
68*e0c4386eSCy Schubert };
69*e0c4386eSCy Schubert
70*e0c4386eSCy Schubert static const uint8_t in_u3[56] = {
71*e0c4386eSCy Schubert 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
72*e0c4386eSCy Schubert 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
73*e0c4386eSCy Schubert 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
74*e0c4386eSCy Schubert 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
75*e0c4386eSCy Schubert 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
76*e0c4386eSCy Schubert };
77*e0c4386eSCy Schubert
78*e0c4386eSCy Schubert static const uint8_t out_u3[3][56] = {
79*e0c4386eSCy Schubert {
80*e0c4386eSCy Schubert 0x3f, 0x48, 0x2c, 0x8a, 0x9f, 0x19, 0xb0, 0x1e, 0x6c, 0x46, 0xee, 0x97,
81*e0c4386eSCy Schubert 0x11, 0xd9, 0xdc, 0x14, 0xfd, 0x4b, 0xf6, 0x7a, 0xf3, 0x07, 0x65, 0xc2,
82*e0c4386eSCy Schubert 0xae, 0x2b, 0x84, 0x6a, 0x4d, 0x23, 0xa8, 0xcd, 0x0d, 0xb8, 0x97, 0x08,
83*e0c4386eSCy Schubert 0x62, 0x39, 0x49, 0x2c, 0xaf, 0x35, 0x0b, 0x51, 0xf8, 0x33, 0x86, 0x8b,
84*e0c4386eSCy Schubert 0x9b, 0xc2, 0xb3, 0xbc, 0xa9, 0xcf, 0x41, 0x13
85*e0c4386eSCy Schubert }, {
86*e0c4386eSCy Schubert 0xaa, 0x3b, 0x47, 0x49, 0xd5, 0x5b, 0x9d, 0xaf, 0x1e, 0x5b, 0x00, 0x28,
87*e0c4386eSCy Schubert 0x88, 0x26, 0xc4, 0x67, 0x27, 0x4c, 0xe3, 0xeb, 0xbd, 0xd5, 0xc1, 0x7b,
88*e0c4386eSCy Schubert 0x97, 0x5e, 0x09, 0xd4, 0xaf, 0x6c, 0x67, 0xcf, 0x10, 0xd0, 0x87, 0x20,
89*e0c4386eSCy Schubert 0x2d, 0xb8, 0x82, 0x86, 0xe2, 0xb7, 0x9f, 0xce, 0xea, 0x3e, 0xc3, 0x53,
90*e0c4386eSCy Schubert 0xef, 0x54, 0xfa, 0xa2, 0x6e, 0x21, 0x9f, 0x38
91*e0c4386eSCy Schubert }, {
92*e0c4386eSCy Schubert 0x07, 0x7f, 0x45, 0x36, 0x81, 0xca, 0xca, 0x36, 0x93, 0x19, 0x84, 0x20,
93*e0c4386eSCy Schubert 0xbb, 0xe5, 0x15, 0xca, 0xe0, 0x00, 0x24, 0x72, 0x51, 0x9b, 0x3e, 0x67,
94*e0c4386eSCy Schubert 0x66, 0x1a, 0x7e, 0x89, 0xca, 0xb9, 0x46, 0x95, 0xc8, 0xf4, 0xbc, 0xd6,
95*e0c4386eSCy Schubert 0x6e, 0x61, 0xb9, 0xb9, 0xc9, 0x46, 0xda, 0x8d, 0x52, 0x4d, 0xe3, 0xd6,
96*e0c4386eSCy Schubert 0x9b, 0xd9, 0xd9, 0xd6, 0x6b, 0x99, 0x7e, 0x37
97*e0c4386eSCy Schubert }
98*e0c4386eSCy Schubert };
99*e0c4386eSCy Schubert
100*e0c4386eSCy Schubert /* Test vectors from RFC8032 for Ed448 */
101*e0c4386eSCy Schubert
102*e0c4386eSCy Schubert /* Pure Ed448 */
103*e0c4386eSCy Schubert
104*e0c4386eSCy Schubert static const uint8_t privkey1[57] = {
105*e0c4386eSCy Schubert 0x6c, 0x82, 0xa5, 0x62, 0xcb, 0x80, 0x8d, 0x10, 0xd6, 0x32, 0xbe, 0x89,
106*e0c4386eSCy Schubert 0xc8, 0x51, 0x3e, 0xbf, 0x6c, 0x92, 0x9f, 0x34, 0xdd, 0xfa, 0x8c, 0x9f,
107*e0c4386eSCy Schubert 0x63, 0xc9, 0x96, 0x0e, 0xf6, 0xe3, 0x48, 0xa3, 0x52, 0x8c, 0x8a, 0x3f,
108*e0c4386eSCy Schubert 0xcc, 0x2f, 0x04, 0x4e, 0x39, 0xa3, 0xfc, 0x5b, 0x94, 0x49, 0x2f, 0x8f,
109*e0c4386eSCy Schubert 0x03, 0x2e, 0x75, 0x49, 0xa2, 0x00, 0x98, 0xf9, 0x5b
110*e0c4386eSCy Schubert };
111*e0c4386eSCy Schubert
112*e0c4386eSCy Schubert static const uint8_t pubkey1[57] = {
113*e0c4386eSCy Schubert 0x5f, 0xd7, 0x44, 0x9b, 0x59, 0xb4, 0x61, 0xfd, 0x2c, 0xe7, 0x87, 0xec,
114*e0c4386eSCy Schubert 0x61, 0x6a, 0xd4, 0x6a, 0x1d, 0xa1, 0x34, 0x24, 0x85, 0xa7, 0x0e, 0x1f,
115*e0c4386eSCy Schubert 0x8a, 0x0e, 0xa7, 0x5d, 0x80, 0xe9, 0x67, 0x78, 0xed, 0xf1, 0x24, 0x76,
116*e0c4386eSCy Schubert 0x9b, 0x46, 0xc7, 0x06, 0x1b, 0xd6, 0x78, 0x3d, 0xf1, 0xe5, 0x0f, 0x6c,
117*e0c4386eSCy Schubert 0xd1, 0xfa, 0x1a, 0xbe, 0xaf, 0xe8, 0x25, 0x61, 0x80
118*e0c4386eSCy Schubert };
119*e0c4386eSCy Schubert
120*e0c4386eSCy Schubert static const uint8_t sig1[114] = {
121*e0c4386eSCy Schubert 0x53, 0x3a, 0x37, 0xf6, 0xbb, 0xe4, 0x57, 0x25, 0x1f, 0x02, 0x3c, 0x0d,
122*e0c4386eSCy Schubert 0x88, 0xf9, 0x76, 0xae, 0x2d, 0xfb, 0x50, 0x4a, 0x84, 0x3e, 0x34, 0xd2,
123*e0c4386eSCy Schubert 0x07, 0x4f, 0xd8, 0x23, 0xd4, 0x1a, 0x59, 0x1f, 0x2b, 0x23, 0x3f, 0x03,
124*e0c4386eSCy Schubert 0x4f, 0x62, 0x82, 0x81, 0xf2, 0xfd, 0x7a, 0x22, 0xdd, 0xd4, 0x7d, 0x78,
125*e0c4386eSCy Schubert 0x28, 0xc5, 0x9b, 0xd0, 0xa2, 0x1b, 0xfd, 0x39, 0x80, 0xff, 0x0d, 0x20,
126*e0c4386eSCy Schubert 0x28, 0xd4, 0xb1, 0x8a, 0x9d, 0xf6, 0x3e, 0x00, 0x6c, 0x5d, 0x1c, 0x2d,
127*e0c4386eSCy Schubert 0x34, 0x5b, 0x92, 0x5d, 0x8d, 0xc0, 0x0b, 0x41, 0x04, 0x85, 0x2d, 0xb9,
128*e0c4386eSCy Schubert 0x9a, 0xc5, 0xc7, 0xcd, 0xda, 0x85, 0x30, 0xa1, 0x13, 0xa0, 0xf4, 0xdb,
129*e0c4386eSCy Schubert 0xb6, 0x11, 0x49, 0xf0, 0x5a, 0x73, 0x63, 0x26, 0x8c, 0x71, 0xd9, 0x58,
130*e0c4386eSCy Schubert 0x08, 0xff, 0x2e, 0x65, 0x26, 0x00
131*e0c4386eSCy Schubert };
132*e0c4386eSCy Schubert
133*e0c4386eSCy Schubert static const uint8_t privkey2[57] = {
134*e0c4386eSCy Schubert 0xc4, 0xea, 0xb0, 0x5d, 0x35, 0x70, 0x07, 0xc6, 0x32, 0xf3, 0xdb, 0xb4,
135*e0c4386eSCy Schubert 0x84, 0x89, 0x92, 0x4d, 0x55, 0x2b, 0x08, 0xfe, 0x0c, 0x35, 0x3a, 0x0d,
136*e0c4386eSCy Schubert 0x4a, 0x1f, 0x00, 0xac, 0xda, 0x2c, 0x46, 0x3a, 0xfb, 0xea, 0x67, 0xc5,
137*e0c4386eSCy Schubert 0xe8, 0xd2, 0x87, 0x7c, 0x5e, 0x3b, 0xc3, 0x97, 0xa6, 0x59, 0x94, 0x9e,
138*e0c4386eSCy Schubert 0xf8, 0x02, 0x1e, 0x95, 0x4e, 0x0a, 0x12, 0x27, 0x4e
139*e0c4386eSCy Schubert };
140*e0c4386eSCy Schubert
141*e0c4386eSCy Schubert static const uint8_t pubkey2[57] = {
142*e0c4386eSCy Schubert 0x43, 0xba, 0x28, 0xf4, 0x30, 0xcd, 0xff, 0x45, 0x6a, 0xe5, 0x31, 0x54,
143*e0c4386eSCy Schubert 0x5f, 0x7e, 0xcd, 0x0a, 0xc8, 0x34, 0xa5, 0x5d, 0x93, 0x58, 0xc0, 0x37,
144*e0c4386eSCy Schubert 0x2b, 0xfa, 0x0c, 0x6c, 0x67, 0x98, 0xc0, 0x86, 0x6a, 0xea, 0x01, 0xeb,
145*e0c4386eSCy Schubert 0x00, 0x74, 0x28, 0x02, 0xb8, 0x43, 0x8e, 0xa4, 0xcb, 0x82, 0x16, 0x9c,
146*e0c4386eSCy Schubert 0x23, 0x51, 0x60, 0x62, 0x7b, 0x4c, 0x3a, 0x94, 0x80
147*e0c4386eSCy Schubert };
148*e0c4386eSCy Schubert
149*e0c4386eSCy Schubert static const uint8_t msg2[1] = {
150*e0c4386eSCy Schubert 0x03
151*e0c4386eSCy Schubert };
152*e0c4386eSCy Schubert
153*e0c4386eSCy Schubert static const uint8_t sig2[114] = {
154*e0c4386eSCy Schubert 0x26, 0xb8, 0xf9, 0x17, 0x27, 0xbd, 0x62, 0x89, 0x7a, 0xf1, 0x5e, 0x41,
155*e0c4386eSCy Schubert 0xeb, 0x43, 0xc3, 0x77, 0xef, 0xb9, 0xc6, 0x10, 0xd4, 0x8f, 0x23, 0x35,
156*e0c4386eSCy Schubert 0xcb, 0x0b, 0xd0, 0x08, 0x78, 0x10, 0xf4, 0x35, 0x25, 0x41, 0xb1, 0x43,
157*e0c4386eSCy Schubert 0xc4, 0xb9, 0x81, 0xb7, 0xe1, 0x8f, 0x62, 0xde, 0x8c, 0xcd, 0xf6, 0x33,
158*e0c4386eSCy Schubert 0xfc, 0x1b, 0xf0, 0x37, 0xab, 0x7c, 0xd7, 0x79, 0x80, 0x5e, 0x0d, 0xbc,
159*e0c4386eSCy Schubert 0xc0, 0xaa, 0xe1, 0xcb, 0xce, 0xe1, 0xaf, 0xb2, 0xe0, 0x27, 0xdf, 0x36,
160*e0c4386eSCy Schubert 0xbc, 0x04, 0xdc, 0xec, 0xbf, 0x15, 0x43, 0x36, 0xc1, 0x9f, 0x0a, 0xf7,
161*e0c4386eSCy Schubert 0xe0, 0xa6, 0x47, 0x29, 0x05, 0xe7, 0x99, 0xf1, 0x95, 0x3d, 0x2a, 0x0f,
162*e0c4386eSCy Schubert 0xf3, 0x34, 0x8a, 0xb2, 0x1a, 0xa4, 0xad, 0xaf, 0xd1, 0xd2, 0x34, 0x44,
163*e0c4386eSCy Schubert 0x1c, 0xf8, 0x07, 0xc0, 0x3a, 0x00
164*e0c4386eSCy Schubert };
165*e0c4386eSCy Schubert
166*e0c4386eSCy Schubert static const uint8_t privkey3[57] = {
167*e0c4386eSCy Schubert 0xc4, 0xea, 0xb0, 0x5d, 0x35, 0x70, 0x07, 0xc6, 0x32, 0xf3, 0xdb, 0xb4,
168*e0c4386eSCy Schubert 0x84, 0x89, 0x92, 0x4d, 0x55, 0x2b, 0x08, 0xfe, 0x0c, 0x35, 0x3a, 0x0d,
169*e0c4386eSCy Schubert 0x4a, 0x1f, 0x00, 0xac, 0xda, 0x2c, 0x46, 0x3a, 0xfb, 0xea, 0x67, 0xc5,
170*e0c4386eSCy Schubert 0xe8, 0xd2, 0x87, 0x7c, 0x5e, 0x3b, 0xc3, 0x97, 0xa6, 0x59, 0x94, 0x9e,
171*e0c4386eSCy Schubert 0xf8, 0x02, 0x1e, 0x95, 0x4e, 0x0a, 0x12, 0x27, 0x4e
172*e0c4386eSCy Schubert };
173*e0c4386eSCy Schubert
174*e0c4386eSCy Schubert static const uint8_t pubkey3[57] = {
175*e0c4386eSCy Schubert 0x43, 0xba, 0x28, 0xf4, 0x30, 0xcd, 0xff, 0x45, 0x6a, 0xe5, 0x31, 0x54,
176*e0c4386eSCy Schubert 0x5f, 0x7e, 0xcd, 0x0a, 0xc8, 0x34, 0xa5, 0x5d, 0x93, 0x58, 0xc0, 0x37,
177*e0c4386eSCy Schubert 0x2b, 0xfa, 0x0c, 0x6c, 0x67, 0x98, 0xc0, 0x86, 0x6a, 0xea, 0x01, 0xeb,
178*e0c4386eSCy Schubert 0x00, 0x74, 0x28, 0x02, 0xb8, 0x43, 0x8e, 0xa4, 0xcb, 0x82, 0x16, 0x9c,
179*e0c4386eSCy Schubert 0x23, 0x51, 0x60, 0x62, 0x7b, 0x4c, 0x3a, 0x94, 0x80
180*e0c4386eSCy Schubert };
181*e0c4386eSCy Schubert
182*e0c4386eSCy Schubert static const uint8_t msg3[1] = {
183*e0c4386eSCy Schubert 0x03
184*e0c4386eSCy Schubert };
185*e0c4386eSCy Schubert
186*e0c4386eSCy Schubert static const uint8_t context3[3] = {
187*e0c4386eSCy Schubert 0x66, 0x6f, 0x6f
188*e0c4386eSCy Schubert };
189*e0c4386eSCy Schubert
190*e0c4386eSCy Schubert static const uint8_t sig3[114] = {
191*e0c4386eSCy Schubert 0xd4, 0xf8, 0xf6, 0x13, 0x17, 0x70, 0xdd, 0x46, 0xf4, 0x08, 0x67, 0xd6,
192*e0c4386eSCy Schubert 0xfd, 0x5d, 0x50, 0x55, 0xde, 0x43, 0x54, 0x1f, 0x8c, 0x5e, 0x35, 0xab,
193*e0c4386eSCy Schubert 0xbc, 0xd0, 0x01, 0xb3, 0x2a, 0x89, 0xf7, 0xd2, 0x15, 0x1f, 0x76, 0x47,
194*e0c4386eSCy Schubert 0xf1, 0x1d, 0x8c, 0xa2, 0xae, 0x27, 0x9f, 0xb8, 0x42, 0xd6, 0x07, 0x21,
195*e0c4386eSCy Schubert 0x7f, 0xce, 0x6e, 0x04, 0x2f, 0x68, 0x15, 0xea, 0x00, 0x0c, 0x85, 0x74,
196*e0c4386eSCy Schubert 0x1d, 0xe5, 0xc8, 0xda, 0x11, 0x44, 0xa6, 0xa1, 0xab, 0xa7, 0xf9, 0x6d,
197*e0c4386eSCy Schubert 0xe4, 0x25, 0x05, 0xd7, 0xa7, 0x29, 0x85, 0x24, 0xfd, 0xa5, 0x38, 0xfc,
198*e0c4386eSCy Schubert 0xcb, 0xbb, 0x75, 0x4f, 0x57, 0x8c, 0x1c, 0xad, 0x10, 0xd5, 0x4d, 0x0d,
199*e0c4386eSCy Schubert 0x54, 0x28, 0x40, 0x7e, 0x85, 0xdc, 0xbc, 0x98, 0xa4, 0x91, 0x55, 0xc1,
200*e0c4386eSCy Schubert 0x37, 0x64, 0xe6, 0x6c, 0x3c, 0x00
201*e0c4386eSCy Schubert };
202*e0c4386eSCy Schubert
203*e0c4386eSCy Schubert static const uint8_t privkey4[57] = {
204*e0c4386eSCy Schubert 0xcd, 0x23, 0xd2, 0x4f, 0x71, 0x42, 0x74, 0xe7, 0x44, 0x34, 0x32, 0x37,
205*e0c4386eSCy Schubert 0xb9, 0x32, 0x90, 0xf5, 0x11, 0xf6, 0x42, 0x5f, 0x98, 0xe6, 0x44, 0x59,
206*e0c4386eSCy Schubert 0xff, 0x20, 0x3e, 0x89, 0x85, 0x08, 0x3f, 0xfd, 0xf6, 0x05, 0x00, 0x55,
207*e0c4386eSCy Schubert 0x3a, 0xbc, 0x0e, 0x05, 0xcd, 0x02, 0x18, 0x4b, 0xdb, 0x89, 0xc4, 0xcc,
208*e0c4386eSCy Schubert 0xd6, 0x7e, 0x18, 0x79, 0x51, 0x26, 0x7e, 0xb3, 0x28
209*e0c4386eSCy Schubert };
210*e0c4386eSCy Schubert
211*e0c4386eSCy Schubert static const uint8_t pubkey4[57] = {
212*e0c4386eSCy Schubert 0xdc, 0xea, 0x9e, 0x78, 0xf3, 0x5a, 0x1b, 0xf3, 0x49, 0x9a, 0x83, 0x1b,
213*e0c4386eSCy Schubert 0x10, 0xb8, 0x6c, 0x90, 0xaa, 0xc0, 0x1c, 0xd8, 0x4b, 0x67, 0xa0, 0x10,
214*e0c4386eSCy Schubert 0x9b, 0x55, 0xa3, 0x6e, 0x93, 0x28, 0xb1, 0xe3, 0x65, 0xfc, 0xe1, 0x61,
215*e0c4386eSCy Schubert 0xd7, 0x1c, 0xe7, 0x13, 0x1a, 0x54, 0x3e, 0xa4, 0xcb, 0x5f, 0x7e, 0x9f,
216*e0c4386eSCy Schubert 0x1d, 0x8b, 0x00, 0x69, 0x64, 0x47, 0x00, 0x14, 0x00
217*e0c4386eSCy Schubert };
218*e0c4386eSCy Schubert
219*e0c4386eSCy Schubert static const uint8_t msg4[11] = {
220*e0c4386eSCy Schubert 0x0c, 0x3e, 0x54, 0x40, 0x74, 0xec, 0x63, 0xb0, 0x26, 0x5e, 0x0c
221*e0c4386eSCy Schubert };
222*e0c4386eSCy Schubert
223*e0c4386eSCy Schubert static const uint8_t sig4[114] = {
224*e0c4386eSCy Schubert 0x1f, 0x0a, 0x88, 0x88, 0xce, 0x25, 0xe8, 0xd4, 0x58, 0xa2, 0x11, 0x30,
225*e0c4386eSCy Schubert 0x87, 0x9b, 0x84, 0x0a, 0x90, 0x89, 0xd9, 0x99, 0xaa, 0xba, 0x03, 0x9e,
226*e0c4386eSCy Schubert 0xaf, 0x3e, 0x3a, 0xfa, 0x09, 0x0a, 0x09, 0xd3, 0x89, 0xdb, 0xa8, 0x2c,
227*e0c4386eSCy Schubert 0x4f, 0xf2, 0xae, 0x8a, 0xc5, 0xcd, 0xfb, 0x7c, 0x55, 0xe9, 0x4d, 0x5d,
228*e0c4386eSCy Schubert 0x96, 0x1a, 0x29, 0xfe, 0x01, 0x09, 0x94, 0x1e, 0x00, 0xb8, 0xdb, 0xde,
229*e0c4386eSCy Schubert 0xea, 0x6d, 0x3b, 0x05, 0x10, 0x68, 0xdf, 0x72, 0x54, 0xc0, 0xcd, 0xc1,
230*e0c4386eSCy Schubert 0x29, 0xcb, 0xe6, 0x2d, 0xb2, 0xdc, 0x95, 0x7d, 0xbb, 0x47, 0xb5, 0x1f,
231*e0c4386eSCy Schubert 0xd3, 0xf2, 0x13, 0xfb, 0x86, 0x98, 0xf0, 0x64, 0x77, 0x42, 0x50, 0xa5,
232*e0c4386eSCy Schubert 0x02, 0x89, 0x61, 0xc9, 0xbf, 0x8f, 0xfd, 0x97, 0x3f, 0xe5, 0xd5, 0xc2,
233*e0c4386eSCy Schubert 0x06, 0x49, 0x2b, 0x14, 0x0e, 0x00
234*e0c4386eSCy Schubert };
235*e0c4386eSCy Schubert
236*e0c4386eSCy Schubert static const uint8_t privkey5[57] = {
237*e0c4386eSCy Schubert 0x25, 0x8c, 0xdd, 0x4a, 0xda, 0x32, 0xed, 0x9c, 0x9f, 0xf5, 0x4e, 0x63,
238*e0c4386eSCy Schubert 0x75, 0x6a, 0xe5, 0x82, 0xfb, 0x8f, 0xab, 0x2a, 0xc7, 0x21, 0xf2, 0xc8,
239*e0c4386eSCy Schubert 0xe6, 0x76, 0xa7, 0x27, 0x68, 0x51, 0x3d, 0x93, 0x9f, 0x63, 0xdd, 0xdb,
240*e0c4386eSCy Schubert 0x55, 0x60, 0x91, 0x33, 0xf2, 0x9a, 0xdf, 0x86, 0xec, 0x99, 0x29, 0xdc,
241*e0c4386eSCy Schubert 0xcb, 0x52, 0xc1, 0xc5, 0xfd, 0x2f, 0xf7, 0xe2, 0x1b
242*e0c4386eSCy Schubert };
243*e0c4386eSCy Schubert
244*e0c4386eSCy Schubert static const uint8_t pubkey5[57] = {
245*e0c4386eSCy Schubert 0x3b, 0xa1, 0x6d, 0xa0, 0xc6, 0xf2, 0xcc, 0x1f, 0x30, 0x18, 0x77, 0x40,
246*e0c4386eSCy Schubert 0x75, 0x6f, 0x5e, 0x79, 0x8d, 0x6b, 0xc5, 0xfc, 0x01, 0x5d, 0x7c, 0x63,
247*e0c4386eSCy Schubert 0xcc, 0x95, 0x10, 0xee, 0x3f, 0xd4, 0x4a, 0xdc, 0x24, 0xd8, 0xe9, 0x68,
248*e0c4386eSCy Schubert 0xb6, 0xe4, 0x6e, 0x6f, 0x94, 0xd1, 0x9b, 0x94, 0x53, 0x61, 0x72, 0x6b,
249*e0c4386eSCy Schubert 0xd7, 0x5e, 0x14, 0x9e, 0xf0, 0x98, 0x17, 0xf5, 0x80
250*e0c4386eSCy Schubert };
251*e0c4386eSCy Schubert
252*e0c4386eSCy Schubert static const uint8_t msg5[12] = {
253*e0c4386eSCy Schubert 0x64, 0xa6, 0x5f, 0x3c, 0xde, 0xdc, 0xdd, 0x66, 0x81, 0x1e, 0x29, 0x15
254*e0c4386eSCy Schubert };
255*e0c4386eSCy Schubert
256*e0c4386eSCy Schubert static const uint8_t sig5[114] = {
257*e0c4386eSCy Schubert 0x7e, 0xee, 0xab, 0x7c, 0x4e, 0x50, 0xfb, 0x79, 0x9b, 0x41, 0x8e, 0xe5,
258*e0c4386eSCy Schubert 0xe3, 0x19, 0x7f, 0xf6, 0xbf, 0x15, 0xd4, 0x3a, 0x14, 0xc3, 0x43, 0x89,
259*e0c4386eSCy Schubert 0xb5, 0x9d, 0xd1, 0xa7, 0xb1, 0xb8, 0x5b, 0x4a, 0xe9, 0x04, 0x38, 0xac,
260*e0c4386eSCy Schubert 0xa6, 0x34, 0xbe, 0xa4, 0x5e, 0x3a, 0x26, 0x95, 0xf1, 0x27, 0x0f, 0x07,
261*e0c4386eSCy Schubert 0xfd, 0xcd, 0xf7, 0xc6, 0x2b, 0x8e, 0xfe, 0xaf, 0x00, 0xb4, 0x5c, 0x2c,
262*e0c4386eSCy Schubert 0x96, 0xba, 0x45, 0x7e, 0xb1, 0xa8, 0xbf, 0x07, 0x5a, 0x3d, 0xb2, 0x8e,
263*e0c4386eSCy Schubert 0x5c, 0x24, 0xf6, 0xb9, 0x23, 0xed, 0x4a, 0xd7, 0x47, 0xc3, 0xc9, 0xe0,
264*e0c4386eSCy Schubert 0x3c, 0x70, 0x79, 0xef, 0xb8, 0x7c, 0xb1, 0x10, 0xd3, 0xa9, 0x98, 0x61,
265*e0c4386eSCy Schubert 0xe7, 0x20, 0x03, 0xcb, 0xae, 0x6d, 0x6b, 0x8b, 0x82, 0x7e, 0x4e, 0x6c,
266*e0c4386eSCy Schubert 0x14, 0x30, 0x64, 0xff, 0x3c, 0x00
267*e0c4386eSCy Schubert };
268*e0c4386eSCy Schubert
269*e0c4386eSCy Schubert static const uint8_t privkey6[57] = {
270*e0c4386eSCy Schubert 0x7e, 0xf4, 0xe8, 0x45, 0x44, 0x23, 0x67, 0x52, 0xfb, 0xb5, 0x6b, 0x8f,
271*e0c4386eSCy Schubert 0x31, 0xa2, 0x3a, 0x10, 0xe4, 0x28, 0x14, 0xf5, 0xf5, 0x5c, 0xa0, 0x37,
272*e0c4386eSCy Schubert 0xcd, 0xcc, 0x11, 0xc6, 0x4c, 0x9a, 0x3b, 0x29, 0x49, 0xc1, 0xbb, 0x60,
273*e0c4386eSCy Schubert 0x70, 0x03, 0x14, 0x61, 0x17, 0x32, 0xa6, 0xc2, 0xfe, 0xa9, 0x8e, 0xeb,
274*e0c4386eSCy Schubert 0xc0, 0x26, 0x6a, 0x11, 0xa9, 0x39, 0x70, 0x10, 0x0e
275*e0c4386eSCy Schubert };
276*e0c4386eSCy Schubert
277*e0c4386eSCy Schubert static const uint8_t pubkey6[57] = {
278*e0c4386eSCy Schubert 0xb3, 0xda, 0x07, 0x9b, 0x0a, 0xa4, 0x93, 0xa5, 0x77, 0x20, 0x29, 0xf0,
279*e0c4386eSCy Schubert 0x46, 0x7b, 0xae, 0xbe, 0xe5, 0xa8, 0x11, 0x2d, 0x9d, 0x3a, 0x22, 0x53,
280*e0c4386eSCy Schubert 0x23, 0x61, 0xda, 0x29, 0x4f, 0x7b, 0xb3, 0x81, 0x5c, 0x5d, 0xc5, 0x9e,
281*e0c4386eSCy Schubert 0x17, 0x6b, 0x4d, 0x9f, 0x38, 0x1c, 0xa0, 0x93, 0x8e, 0x13, 0xc6, 0xc0,
282*e0c4386eSCy Schubert 0x7b, 0x17, 0x4b, 0xe6, 0x5d, 0xfa, 0x57, 0x8e, 0x80
283*e0c4386eSCy Schubert };
284*e0c4386eSCy Schubert
285*e0c4386eSCy Schubert static const uint8_t msg6[13] = {
286*e0c4386eSCy Schubert 0x64, 0xa6, 0x5f, 0x3c, 0xde, 0xdc, 0xdd, 0x66, 0x81, 0x1e, 0x29, 0x15,
287*e0c4386eSCy Schubert 0xe7
288*e0c4386eSCy Schubert };
289*e0c4386eSCy Schubert
290*e0c4386eSCy Schubert static const uint8_t sig6[114] = {
291*e0c4386eSCy Schubert 0x6a, 0x12, 0x06, 0x6f, 0x55, 0x33, 0x1b, 0x6c, 0x22, 0xac, 0xd5, 0xd5,
292*e0c4386eSCy Schubert 0xbf, 0xc5, 0xd7, 0x12, 0x28, 0xfb, 0xda, 0x80, 0xae, 0x8d, 0xec, 0x26,
293*e0c4386eSCy Schubert 0xbd, 0xd3, 0x06, 0x74, 0x3c, 0x50, 0x27, 0xcb, 0x48, 0x90, 0x81, 0x0c,
294*e0c4386eSCy Schubert 0x16, 0x2c, 0x02, 0x74, 0x68, 0x67, 0x5e, 0xcf, 0x64, 0x5a, 0x83, 0x17,
295*e0c4386eSCy Schubert 0x6c, 0x0d, 0x73, 0x23, 0xa2, 0xcc, 0xde, 0x2d, 0x80, 0xef, 0xe5, 0xa1,
296*e0c4386eSCy Schubert 0x26, 0x8e, 0x8a, 0xca, 0x1d, 0x6f, 0xbc, 0x19, 0x4d, 0x3f, 0x77, 0xc4,
297*e0c4386eSCy Schubert 0x49, 0x86, 0xeb, 0x4a, 0xb4, 0x17, 0x79, 0x19, 0xad, 0x8b, 0xec, 0x33,
298*e0c4386eSCy Schubert 0xeb, 0x47, 0xbb, 0xb5, 0xfc, 0x6e, 0x28, 0x19, 0x6f, 0xd1, 0xca, 0xf5,
299*e0c4386eSCy Schubert 0x6b, 0x4e, 0x7e, 0x0b, 0xa5, 0x51, 0x92, 0x34, 0xd0, 0x47, 0x15, 0x5a,
300*e0c4386eSCy Schubert 0xc7, 0x27, 0xa1, 0x05, 0x31, 0x00
301*e0c4386eSCy Schubert };
302*e0c4386eSCy Schubert
303*e0c4386eSCy Schubert static const uint8_t privkey7[57] = {
304*e0c4386eSCy Schubert 0xd6, 0x5d, 0xf3, 0x41, 0xad, 0x13, 0xe0, 0x08, 0x56, 0x76, 0x88, 0xba,
305*e0c4386eSCy Schubert 0xed, 0xda, 0x8e, 0x9d, 0xcd, 0xc1, 0x7d, 0xc0, 0x24, 0x97, 0x4e, 0xa5,
306*e0c4386eSCy Schubert 0xb4, 0x22, 0x7b, 0x65, 0x30, 0xe3, 0x39, 0xbf, 0xf2, 0x1f, 0x99, 0xe6,
307*e0c4386eSCy Schubert 0x8c, 0xa6, 0x96, 0x8f, 0x3c, 0xca, 0x6d, 0xfe, 0x0f, 0xb9, 0xf4, 0xfa,
308*e0c4386eSCy Schubert 0xb4, 0xfa, 0x13, 0x5d, 0x55, 0x42, 0xea, 0x3f, 0x01
309*e0c4386eSCy Schubert };
310*e0c4386eSCy Schubert
311*e0c4386eSCy Schubert static const uint8_t pubkey7[57] = {
312*e0c4386eSCy Schubert 0xdf, 0x97, 0x05, 0xf5, 0x8e, 0xdb, 0xab, 0x80, 0x2c, 0x7f, 0x83, 0x63,
313*e0c4386eSCy Schubert 0xcf, 0xe5, 0x56, 0x0a, 0xb1, 0xc6, 0x13, 0x2c, 0x20, 0xa9, 0xf1, 0xdd,
314*e0c4386eSCy Schubert 0x16, 0x34, 0x83, 0xa2, 0x6f, 0x8a, 0xc5, 0x3a, 0x39, 0xd6, 0x80, 0x8b,
315*e0c4386eSCy Schubert 0xf4, 0xa1, 0xdf, 0xbd, 0x26, 0x1b, 0x09, 0x9b, 0xb0, 0x3b, 0x3f, 0xb5,
316*e0c4386eSCy Schubert 0x09, 0x06, 0xcb, 0x28, 0xbd, 0x8a, 0x08, 0x1f, 0x00
317*e0c4386eSCy Schubert };
318*e0c4386eSCy Schubert
319*e0c4386eSCy Schubert static const uint8_t msg7[64] = {
320*e0c4386eSCy Schubert 0xbd, 0x0f, 0x6a, 0x37, 0x47, 0xcd, 0x56, 0x1b, 0xdd, 0xdf, 0x46, 0x40,
321*e0c4386eSCy Schubert 0xa3, 0x32, 0x46, 0x1a, 0x4a, 0x30, 0xa1, 0x2a, 0x43, 0x4c, 0xd0, 0xbf,
322*e0c4386eSCy Schubert 0x40, 0xd7, 0x66, 0xd9, 0xc6, 0xd4, 0x58, 0xe5, 0x51, 0x22, 0x04, 0xa3,
323*e0c4386eSCy Schubert 0x0c, 0x17, 0xd1, 0xf5, 0x0b, 0x50, 0x79, 0x63, 0x1f, 0x64, 0xeb, 0x31,
324*e0c4386eSCy Schubert 0x12, 0x18, 0x2d, 0xa3, 0x00, 0x58, 0x35, 0x46, 0x11, 0x13, 0x71, 0x8d,
325*e0c4386eSCy Schubert 0x1a, 0x5e, 0xf9, 0x44
326*e0c4386eSCy Schubert };
327*e0c4386eSCy Schubert
328*e0c4386eSCy Schubert static const uint8_t sig7[114] = {
329*e0c4386eSCy Schubert 0x55, 0x4b, 0xc2, 0x48, 0x08, 0x60, 0xb4, 0x9e, 0xab, 0x85, 0x32, 0xd2,
330*e0c4386eSCy Schubert 0xa5, 0x33, 0xb7, 0xd5, 0x78, 0xef, 0x47, 0x3e, 0xeb, 0x58, 0xc9, 0x8b,
331*e0c4386eSCy Schubert 0xb2, 0xd0, 0xe1, 0xce, 0x48, 0x8a, 0x98, 0xb1, 0x8d, 0xfd, 0xe9, 0xb9,
332*e0c4386eSCy Schubert 0xb9, 0x07, 0x75, 0xe6, 0x7f, 0x47, 0xd4, 0xa1, 0xc3, 0x48, 0x20, 0x58,
333*e0c4386eSCy Schubert 0xef, 0xc9, 0xf4, 0x0d, 0x2c, 0xa0, 0x33, 0xa0, 0x80, 0x1b, 0x63, 0xd4,
334*e0c4386eSCy Schubert 0x5b, 0x3b, 0x72, 0x2e, 0xf5, 0x52, 0xba, 0xd3, 0xb4, 0xcc, 0xb6, 0x67,
335*e0c4386eSCy Schubert 0xda, 0x35, 0x01, 0x92, 0xb6, 0x1c, 0x50, 0x8c, 0xf7, 0xb6, 0xb5, 0xad,
336*e0c4386eSCy Schubert 0xad, 0xc2, 0xc8, 0xd9, 0xa4, 0x46, 0xef, 0x00, 0x3f, 0xb0, 0x5c, 0xba,
337*e0c4386eSCy Schubert 0x5f, 0x30, 0xe8, 0x8e, 0x36, 0xec, 0x27, 0x03, 0xb3, 0x49, 0xca, 0x22,
338*e0c4386eSCy Schubert 0x9c, 0x26, 0x70, 0x83, 0x39, 0x00
339*e0c4386eSCy Schubert };
340*e0c4386eSCy Schubert
341*e0c4386eSCy Schubert static const uint8_t privkey8[57] = {
342*e0c4386eSCy Schubert 0x2e, 0xc5, 0xfe, 0x3c, 0x17, 0x04, 0x5a, 0xbd, 0xb1, 0x36, 0xa5, 0xe6,
343*e0c4386eSCy Schubert 0xa9, 0x13, 0xe3, 0x2a, 0xb7, 0x5a, 0xe6, 0x8b, 0x53, 0xd2, 0xfc, 0x14,
344*e0c4386eSCy Schubert 0x9b, 0x77, 0xe5, 0x04, 0x13, 0x2d, 0x37, 0x56, 0x9b, 0x7e, 0x76, 0x6b,
345*e0c4386eSCy Schubert 0xa7, 0x4a, 0x19, 0xbd, 0x61, 0x62, 0x34, 0x3a, 0x21, 0xc8, 0x59, 0x0a,
346*e0c4386eSCy Schubert 0xa9, 0xce, 0xbc, 0xa9, 0x01, 0x4c, 0x63, 0x6d, 0xf5
347*e0c4386eSCy Schubert };
348*e0c4386eSCy Schubert
349*e0c4386eSCy Schubert static const uint8_t pubkey8[57] = {
350*e0c4386eSCy Schubert 0x79, 0x75, 0x6f, 0x01, 0x4d, 0xcf, 0xe2, 0x07, 0x9f, 0x5d, 0xd9, 0xe7,
351*e0c4386eSCy Schubert 0x18, 0xbe, 0x41, 0x71, 0xe2, 0xef, 0x24, 0x86, 0xa0, 0x8f, 0x25, 0x18,
352*e0c4386eSCy Schubert 0x6f, 0x6b, 0xff, 0x43, 0xa9, 0x93, 0x6b, 0x9b, 0xfe, 0x12, 0x40, 0x2b,
353*e0c4386eSCy Schubert 0x08, 0xae, 0x65, 0x79, 0x8a, 0x3d, 0x81, 0xe2, 0x2e, 0x9e, 0xc8, 0x0e,
354*e0c4386eSCy Schubert 0x76, 0x90, 0x86, 0x2e, 0xf3, 0xd4, 0xed, 0x3a, 0x00
355*e0c4386eSCy Schubert };
356*e0c4386eSCy Schubert
357*e0c4386eSCy Schubert static const uint8_t msg8[256] = {
358*e0c4386eSCy Schubert 0x15, 0x77, 0x75, 0x32, 0xb0, 0xbd, 0xd0, 0xd1, 0x38, 0x9f, 0x63, 0x6c,
359*e0c4386eSCy Schubert 0x5f, 0x6b, 0x9b, 0xa7, 0x34, 0xc9, 0x0a, 0xf5, 0x72, 0x87, 0x7e, 0x2d,
360*e0c4386eSCy Schubert 0x27, 0x2d, 0xd0, 0x78, 0xaa, 0x1e, 0x56, 0x7c, 0xfa, 0x80, 0xe1, 0x29,
361*e0c4386eSCy Schubert 0x28, 0xbb, 0x54, 0x23, 0x30, 0xe8, 0x40, 0x9f, 0x31, 0x74, 0x50, 0x41,
362*e0c4386eSCy Schubert 0x07, 0xec, 0xd5, 0xef, 0xac, 0x61, 0xae, 0x75, 0x04, 0xda, 0xbe, 0x2a,
363*e0c4386eSCy Schubert 0x60, 0x2e, 0xde, 0x89, 0xe5, 0xcc, 0xa6, 0x25, 0x7a, 0x7c, 0x77, 0xe2,
364*e0c4386eSCy Schubert 0x7a, 0x70, 0x2b, 0x3a, 0xe3, 0x9f, 0xc7, 0x69, 0xfc, 0x54, 0xf2, 0x39,
365*e0c4386eSCy Schubert 0x5a, 0xe6, 0xa1, 0x17, 0x8c, 0xab, 0x47, 0x38, 0xe5, 0x43, 0x07, 0x2f,
366*e0c4386eSCy Schubert 0xc1, 0xc1, 0x77, 0xfe, 0x71, 0xe9, 0x2e, 0x25, 0xbf, 0x03, 0xe4, 0xec,
367*e0c4386eSCy Schubert 0xb7, 0x2f, 0x47, 0xb6, 0x4d, 0x04, 0x65, 0xaa, 0xea, 0x4c, 0x7f, 0xad,
368*e0c4386eSCy Schubert 0x37, 0x25, 0x36, 0xc8, 0xba, 0x51, 0x6a, 0x60, 0x39, 0xc3, 0xc2, 0xa3,
369*e0c4386eSCy Schubert 0x9f, 0x0e, 0x4d, 0x83, 0x2b, 0xe4, 0x32, 0xdf, 0xa9, 0xa7, 0x06, 0xa6,
370*e0c4386eSCy Schubert 0xe5, 0xc7, 0xe1, 0x9f, 0x39, 0x79, 0x64, 0xca, 0x42, 0x58, 0x00, 0x2f,
371*e0c4386eSCy Schubert 0x7c, 0x05, 0x41, 0xb5, 0x90, 0x31, 0x6d, 0xbc, 0x56, 0x22, 0xb6, 0xb2,
372*e0c4386eSCy Schubert 0xa6, 0xfe, 0x7a, 0x4a, 0xbf, 0xfd, 0x96, 0x10, 0x5e, 0xca, 0x76, 0xea,
373*e0c4386eSCy Schubert 0x7b, 0x98, 0x81, 0x6a, 0xf0, 0x74, 0x8c, 0x10, 0xdf, 0x04, 0x8c, 0xe0,
374*e0c4386eSCy Schubert 0x12, 0xd9, 0x01, 0x01, 0x5a, 0x51, 0xf1, 0x89, 0xf3, 0x88, 0x81, 0x45,
375*e0c4386eSCy Schubert 0xc0, 0x36, 0x50, 0xaa, 0x23, 0xce, 0x89, 0x4c, 0x3b, 0xd8, 0x89, 0xe0,
376*e0c4386eSCy Schubert 0x30, 0xd5, 0x65, 0x07, 0x1c, 0x59, 0xf4, 0x09, 0xa9, 0x98, 0x1b, 0x51,
377*e0c4386eSCy Schubert 0x87, 0x8f, 0xd6, 0xfc, 0x11, 0x06, 0x24, 0xdc, 0xbc, 0xde, 0x0b, 0xf7,
378*e0c4386eSCy Schubert 0xa6, 0x9c, 0xcc, 0xe3, 0x8f, 0xab, 0xdf, 0x86, 0xf3, 0xbe, 0xf6, 0x04,
379*e0c4386eSCy Schubert 0x48, 0x19, 0xde, 0x11
380*e0c4386eSCy Schubert };
381*e0c4386eSCy Schubert
382*e0c4386eSCy Schubert static const uint8_t sig8[114] = {
383*e0c4386eSCy Schubert 0xc6, 0x50, 0xdd, 0xbb, 0x06, 0x01, 0xc1, 0x9c, 0xa1, 0x14, 0x39, 0xe1,
384*e0c4386eSCy Schubert 0x64, 0x0d, 0xd9, 0x31, 0xf4, 0x3c, 0x51, 0x8e, 0xa5, 0xbe, 0xa7, 0x0d,
385*e0c4386eSCy Schubert 0x3d, 0xcd, 0xe5, 0xf4, 0x19, 0x1f, 0xe5, 0x3f, 0x00, 0xcf, 0x96, 0x65,
386*e0c4386eSCy Schubert 0x46, 0xb7, 0x2b, 0xcc, 0x7d, 0x58, 0xbe, 0x2b, 0x9b, 0xad, 0xef, 0x28,
387*e0c4386eSCy Schubert 0x74, 0x39, 0x54, 0xe3, 0xa4, 0x4a, 0x23, 0xf8, 0x80, 0xe8, 0xd4, 0xf1,
388*e0c4386eSCy Schubert 0xcf, 0xce, 0x2d, 0x7a, 0x61, 0x45, 0x2d, 0x26, 0xda, 0x05, 0x89, 0x6f,
389*e0c4386eSCy Schubert 0x0a, 0x50, 0xda, 0x66, 0xa2, 0x39, 0xa8, 0xa1, 0x88, 0xb6, 0xd8, 0x25,
390*e0c4386eSCy Schubert 0xb3, 0x30, 0x5a, 0xd7, 0x7b, 0x73, 0xfb, 0xac, 0x08, 0x36, 0xec, 0xc6,
391*e0c4386eSCy Schubert 0x09, 0x87, 0xfd, 0x08, 0x52, 0x7c, 0x1a, 0x8e, 0x80, 0xd5, 0x82, 0x3e,
392*e0c4386eSCy Schubert 0x65, 0xca, 0xfe, 0x2a, 0x3d, 0x00
393*e0c4386eSCy Schubert };
394*e0c4386eSCy Schubert
395*e0c4386eSCy Schubert static const uint8_t privkey9[57] = {
396*e0c4386eSCy Schubert 0x87, 0x2d, 0x09, 0x37, 0x80, 0xf5, 0xd3, 0x73, 0x0d, 0xf7, 0xc2, 0x12,
397*e0c4386eSCy Schubert 0x66, 0x4b, 0x37, 0xb8, 0xa0, 0xf2, 0x4f, 0x56, 0x81, 0x0d, 0xaa, 0x83,
398*e0c4386eSCy Schubert 0x82, 0xcd, 0x4f, 0xa3, 0xf7, 0x76, 0x34, 0xec, 0x44, 0xdc, 0x54, 0xf1,
399*e0c4386eSCy Schubert 0xc2, 0xed, 0x9b, 0xea, 0x86, 0xfa, 0xfb, 0x76, 0x32, 0xd8, 0xbe, 0x19,
400*e0c4386eSCy Schubert 0x9e, 0xa1, 0x65, 0xf5, 0xad, 0x55, 0xdd, 0x9c, 0xe8
401*e0c4386eSCy Schubert };
402*e0c4386eSCy Schubert
403*e0c4386eSCy Schubert static const uint8_t pubkey9[57] = {
404*e0c4386eSCy Schubert 0xa8, 0x1b, 0x2e, 0x8a, 0x70, 0xa5, 0xac, 0x94, 0xff, 0xdb, 0xcc, 0x9b,
405*e0c4386eSCy Schubert 0xad, 0xfc, 0x3f, 0xeb, 0x08, 0x01, 0xf2, 0x58, 0x57, 0x8b, 0xb1, 0x14,
406*e0c4386eSCy Schubert 0xad, 0x44, 0xec, 0xe1, 0xec, 0x0e, 0x79, 0x9d, 0xa0, 0x8e, 0xff, 0xb8,
407*e0c4386eSCy Schubert 0x1c, 0x5d, 0x68, 0x5c, 0x0c, 0x56, 0xf6, 0x4e, 0xec, 0xae, 0xf8, 0xcd,
408*e0c4386eSCy Schubert 0xf1, 0x1c, 0xc3, 0x87, 0x37, 0x83, 0x8c, 0xf4, 0x00
409*e0c4386eSCy Schubert };
410*e0c4386eSCy Schubert
411*e0c4386eSCy Schubert static const uint8_t msg9[1023] = {
412*e0c4386eSCy Schubert 0x6d, 0xdf, 0x80, 0x2e, 0x1a, 0xae, 0x49, 0x86, 0x93, 0x5f, 0x7f, 0x98,
413*e0c4386eSCy Schubert 0x1b, 0xa3, 0xf0, 0x35, 0x1d, 0x62, 0x73, 0xc0, 0xa0, 0xc2, 0x2c, 0x9c,
414*e0c4386eSCy Schubert 0x0e, 0x83, 0x39, 0x16, 0x8e, 0x67, 0x54, 0x12, 0xa3, 0xde, 0xbf, 0xaf,
415*e0c4386eSCy Schubert 0x43, 0x5e, 0xd6, 0x51, 0x55, 0x80, 0x07, 0xdb, 0x43, 0x84, 0xb6, 0x50,
416*e0c4386eSCy Schubert 0xfc, 0xc0, 0x7e, 0x3b, 0x58, 0x6a, 0x27, 0xa4, 0xf7, 0xa0, 0x0a, 0xc8,
417*e0c4386eSCy Schubert 0xa6, 0xfe, 0xc2, 0xcd, 0x86, 0xae, 0x4b, 0xf1, 0x57, 0x0c, 0x41, 0xe6,
418*e0c4386eSCy Schubert 0xa4, 0x0c, 0x93, 0x1d, 0xb2, 0x7b, 0x2f, 0xaa, 0x15, 0xa8, 0xce, 0xdd,
419*e0c4386eSCy Schubert 0x52, 0xcf, 0xf7, 0x36, 0x2c, 0x4e, 0x6e, 0x23, 0xda, 0xec, 0x0f, 0xbc,
420*e0c4386eSCy Schubert 0x3a, 0x79, 0xb6, 0x80, 0x6e, 0x31, 0x6e, 0xfc, 0xc7, 0xb6, 0x81, 0x19,
421*e0c4386eSCy Schubert 0xbf, 0x46, 0xbc, 0x76, 0xa2, 0x60, 0x67, 0xa5, 0x3f, 0x29, 0x6d, 0xaf,
422*e0c4386eSCy Schubert 0xdb, 0xdc, 0x11, 0xc7, 0x7f, 0x77, 0x77, 0xe9, 0x72, 0x66, 0x0c, 0xf4,
423*e0c4386eSCy Schubert 0xb6, 0xa9, 0xb3, 0x69, 0xa6, 0x66, 0x5f, 0x02, 0xe0, 0xcc, 0x9b, 0x6e,
424*e0c4386eSCy Schubert 0xdf, 0xad, 0x13, 0x6b, 0x4f, 0xab, 0xe7, 0x23, 0xd2, 0x81, 0x3d, 0xb3,
425*e0c4386eSCy Schubert 0x13, 0x6c, 0xfd, 0xe9, 0xb6, 0xd0, 0x44, 0x32, 0x2f, 0xee, 0x29, 0x47,
426*e0c4386eSCy Schubert 0x95, 0x2e, 0x03, 0x1b, 0x73, 0xab, 0x5c, 0x60, 0x33, 0x49, 0xb3, 0x07,
427*e0c4386eSCy Schubert 0xbd, 0xc2, 0x7b, 0xc6, 0xcb, 0x8b, 0x8b, 0xbd, 0x7b, 0xd3, 0x23, 0x21,
428*e0c4386eSCy Schubert 0x9b, 0x80, 0x33, 0xa5, 0x81, 0xb5, 0x9e, 0xad, 0xeb, 0xb0, 0x9b, 0x3c,
429*e0c4386eSCy Schubert 0x4f, 0x3d, 0x22, 0x77, 0xd4, 0xf0, 0x34, 0x36, 0x24, 0xac, 0xc8, 0x17,
430*e0c4386eSCy Schubert 0x80, 0x47, 0x28, 0xb2, 0x5a, 0xb7, 0x97, 0x17, 0x2b, 0x4c, 0x5c, 0x21,
431*e0c4386eSCy Schubert 0xa2, 0x2f, 0x9c, 0x78, 0x39, 0xd6, 0x43, 0x00, 0x23, 0x2e, 0xb6, 0x6e,
432*e0c4386eSCy Schubert 0x53, 0xf3, 0x1c, 0x72, 0x3f, 0xa3, 0x7f, 0xe3, 0x87, 0xc7, 0xd3, 0xe5,
433*e0c4386eSCy Schubert 0x0b, 0xdf, 0x98, 0x13, 0xa3, 0x0e, 0x5b, 0xb1, 0x2c, 0xf4, 0xcd, 0x93,
434*e0c4386eSCy Schubert 0x0c, 0x40, 0xcf, 0xb4, 0xe1, 0xfc, 0x62, 0x25, 0x92, 0xa4, 0x95, 0x88,
435*e0c4386eSCy Schubert 0x79, 0x44, 0x94, 0xd5, 0x6d, 0x24, 0xea, 0x4b, 0x40, 0xc8, 0x9f, 0xc0,
436*e0c4386eSCy Schubert 0x59, 0x6c, 0xc9, 0xeb, 0xb9, 0x61, 0xc8, 0xcb, 0x10, 0xad, 0xde, 0x97,
437*e0c4386eSCy Schubert 0x6a, 0x5d, 0x60, 0x2b, 0x1c, 0x3f, 0x85, 0xb9, 0xb9, 0xa0, 0x01, 0xed,
438*e0c4386eSCy Schubert 0x3c, 0x6a, 0x4d, 0x3b, 0x14, 0x37, 0xf5, 0x20, 0x96, 0xcd, 0x19, 0x56,
439*e0c4386eSCy Schubert 0xd0, 0x42, 0xa5, 0x97, 0xd5, 0x61, 0xa5, 0x96, 0xec, 0xd3, 0xd1, 0x73,
440*e0c4386eSCy Schubert 0x5a, 0x8d, 0x57, 0x0e, 0xa0, 0xec, 0x27, 0x22, 0x5a, 0x2c, 0x4a, 0xaf,
441*e0c4386eSCy Schubert 0xf2, 0x63, 0x06, 0xd1, 0x52, 0x6c, 0x1a, 0xf3, 0xca, 0x6d, 0x9c, 0xf5,
442*e0c4386eSCy Schubert 0xa2, 0xc9, 0x8f, 0x47, 0xe1, 0xc4, 0x6d, 0xb9, 0xa3, 0x32, 0x34, 0xcf,
443*e0c4386eSCy Schubert 0xd4, 0xd8, 0x1f, 0x2c, 0x98, 0x53, 0x8a, 0x09, 0xeb, 0xe7, 0x69, 0x98,
444*e0c4386eSCy Schubert 0xd0, 0xd8, 0xfd, 0x25, 0x99, 0x7c, 0x7d, 0x25, 0x5c, 0x6d, 0x66, 0xec,
445*e0c4386eSCy Schubert 0xe6, 0xfa, 0x56, 0xf1, 0x11, 0x44, 0x95, 0x0f, 0x02, 0x77, 0x95, 0xe6,
446*e0c4386eSCy Schubert 0x53, 0x00, 0x8f, 0x4b, 0xd7, 0xca, 0x2d, 0xee, 0x85, 0xd8, 0xe9, 0x0f,
447*e0c4386eSCy Schubert 0x3d, 0xc3, 0x15, 0x13, 0x0c, 0xe2, 0xa0, 0x03, 0x75, 0xa3, 0x18, 0xc7,
448*e0c4386eSCy Schubert 0xc3, 0xd9, 0x7b, 0xe2, 0xc8, 0xce, 0x5b, 0x6d, 0xb4, 0x1a, 0x62, 0x54,
449*e0c4386eSCy Schubert 0xff, 0x26, 0x4f, 0xa6, 0x15, 0x5b, 0xae, 0xe3, 0xb0, 0x77, 0x3c, 0x0f,
450*e0c4386eSCy Schubert 0x49, 0x7c, 0x57, 0x3f, 0x19, 0xbb, 0x4f, 0x42, 0x40, 0x28, 0x1f, 0x0b,
451*e0c4386eSCy Schubert 0x1f, 0x4f, 0x7b, 0xe8, 0x57, 0xa4, 0xe5, 0x9d, 0x41, 0x6c, 0x06, 0xb4,
452*e0c4386eSCy Schubert 0xc5, 0x0f, 0xa0, 0x9e, 0x18, 0x10, 0xdd, 0xc6, 0xb1, 0x46, 0x7b, 0xae,
453*e0c4386eSCy Schubert 0xac, 0x5a, 0x36, 0x68, 0xd1, 0x1b, 0x6e, 0xca, 0xa9, 0x01, 0x44, 0x00,
454*e0c4386eSCy Schubert 0x16, 0xf3, 0x89, 0xf8, 0x0a, 0xcc, 0x4d, 0xb9, 0x77, 0x02, 0x5e, 0x7f,
455*e0c4386eSCy Schubert 0x59, 0x24, 0x38, 0x8c, 0x7e, 0x34, 0x0a, 0x73, 0x2e, 0x55, 0x44, 0x40,
456*e0c4386eSCy Schubert 0xe7, 0x65, 0x70, 0xf8, 0xdd, 0x71, 0xb7, 0xd6, 0x40, 0xb3, 0x45, 0x0d,
457*e0c4386eSCy Schubert 0x1f, 0xd5, 0xf0, 0x41, 0x0a, 0x18, 0xf9, 0xa3, 0x49, 0x4f, 0x70, 0x7c,
458*e0c4386eSCy Schubert 0x71, 0x7b, 0x79, 0xb4, 0xbf, 0x75, 0xc9, 0x84, 0x00, 0xb0, 0x96, 0xb2,
459*e0c4386eSCy Schubert 0x16, 0x53, 0xb5, 0xd2, 0x17, 0xcf, 0x35, 0x65, 0xc9, 0x59, 0x74, 0x56,
460*e0c4386eSCy Schubert 0xf7, 0x07, 0x03, 0x49, 0x7a, 0x07, 0x87, 0x63, 0x82, 0x9b, 0xc0, 0x1b,
461*e0c4386eSCy Schubert 0xb1, 0xcb, 0xc8, 0xfa, 0x04, 0xea, 0xdc, 0x9a, 0x6e, 0x3f, 0x66, 0x99,
462*e0c4386eSCy Schubert 0x58, 0x7a, 0x9e, 0x75, 0xc9, 0x4e, 0x5b, 0xab, 0x00, 0x36, 0xe0, 0xb2,
463*e0c4386eSCy Schubert 0xe7, 0x11, 0x39, 0x2c, 0xff, 0x00, 0x47, 0xd0, 0xd6, 0xb0, 0x5b, 0xd2,
464*e0c4386eSCy Schubert 0xa5, 0x88, 0xbc, 0x10, 0x97, 0x18, 0x95, 0x42, 0x59, 0xf1, 0xd8, 0x66,
465*e0c4386eSCy Schubert 0x78, 0xa5, 0x79, 0xa3, 0x12, 0x0f, 0x19, 0xcf, 0xb2, 0x96, 0x3f, 0x17,
466*e0c4386eSCy Schubert 0x7a, 0xeb, 0x70, 0xf2, 0xd4, 0x84, 0x48, 0x26, 0x26, 0x2e, 0x51, 0xb8,
467*e0c4386eSCy Schubert 0x02, 0x71, 0x27, 0x20, 0x68, 0xef, 0x5b, 0x38, 0x56, 0xfa, 0x85, 0x35,
468*e0c4386eSCy Schubert 0xaa, 0x2a, 0x88, 0xb2, 0xd4, 0x1f, 0x2a, 0x0e, 0x2f, 0xda, 0x76, 0x24,
469*e0c4386eSCy Schubert 0xc2, 0x85, 0x02, 0x72, 0xac, 0x4a, 0x2f, 0x56, 0x1f, 0x8f, 0x2f, 0x7a,
470*e0c4386eSCy Schubert 0x31, 0x8b, 0xfd, 0x5c, 0xaf, 0x96, 0x96, 0x14, 0x9e, 0x4a, 0xc8, 0x24,
471*e0c4386eSCy Schubert 0xad, 0x34, 0x60, 0x53, 0x8f, 0xdc, 0x25, 0x42, 0x1b, 0xee, 0xc2, 0xcc,
472*e0c4386eSCy Schubert 0x68, 0x18, 0x16, 0x2d, 0x06, 0xbb, 0xed, 0x0c, 0x40, 0xa3, 0x87, 0x19,
473*e0c4386eSCy Schubert 0x23, 0x49, 0xdb, 0x67, 0xa1, 0x18, 0xba, 0xda, 0x6c, 0xd5, 0xab, 0x01,
474*e0c4386eSCy Schubert 0x40, 0xee, 0x27, 0x32, 0x04, 0xf6, 0x28, 0xaa, 0xd1, 0xc1, 0x35, 0xf7,
475*e0c4386eSCy Schubert 0x70, 0x27, 0x9a, 0x65, 0x1e, 0x24, 0xd8, 0xc1, 0x4d, 0x75, 0xa6, 0x05,
476*e0c4386eSCy Schubert 0x9d, 0x76, 0xb9, 0x6a, 0x6f, 0xd8, 0x57, 0xde, 0xf5, 0xe0, 0xb3, 0x54,
477*e0c4386eSCy Schubert 0xb2, 0x7a, 0xb9, 0x37, 0xa5, 0x81, 0x5d, 0x16, 0xb5, 0xfa, 0xe4, 0x07,
478*e0c4386eSCy Schubert 0xff, 0x18, 0x22, 0x2c, 0x6d, 0x1e, 0xd2, 0x63, 0xbe, 0x68, 0xc9, 0x5f,
479*e0c4386eSCy Schubert 0x32, 0xd9, 0x08, 0xbd, 0x89, 0x5c, 0xd7, 0x62, 0x07, 0xae, 0x72, 0x64,
480*e0c4386eSCy Schubert 0x87, 0x56, 0x7f, 0x9a, 0x67, 0xda, 0xd7, 0x9a, 0xbe, 0xc3, 0x16, 0xf6,
481*e0c4386eSCy Schubert 0x83, 0xb1, 0x7f, 0x2d, 0x02, 0xbf, 0x07, 0xe0, 0xac, 0x8b, 0x5b, 0xc6,
482*e0c4386eSCy Schubert 0x16, 0x2c, 0xf9, 0x46, 0x97, 0xb3, 0xc2, 0x7c, 0xd1, 0xfe, 0xa4, 0x9b,
483*e0c4386eSCy Schubert 0x27, 0xf2, 0x3b, 0xa2, 0x90, 0x18, 0x71, 0x96, 0x25, 0x06, 0x52, 0x0c,
484*e0c4386eSCy Schubert 0x39, 0x2d, 0xa8, 0xb6, 0xad, 0x0d, 0x99, 0xf7, 0x01, 0x3f, 0xbc, 0x06,
485*e0c4386eSCy Schubert 0xc2, 0xc1, 0x7a, 0x56, 0x95, 0x00, 0xc8, 0xa7, 0x69, 0x64, 0x81, 0xc1,
486*e0c4386eSCy Schubert 0xcd, 0x33, 0xe9, 0xb1, 0x4e, 0x40, 0xb8, 0x2e, 0x79, 0xa5, 0xf5, 0xdb,
487*e0c4386eSCy Schubert 0x82, 0x57, 0x1b, 0xa9, 0x7b, 0xae, 0x3a, 0xd3, 0xe0, 0x47, 0x95, 0x15,
488*e0c4386eSCy Schubert 0xbb, 0x0e, 0x2b, 0x0f, 0x3b, 0xfc, 0xd1, 0xfd, 0x33, 0x03, 0x4e, 0xfc,
489*e0c4386eSCy Schubert 0x62, 0x45, 0xed, 0xdd, 0x7e, 0xe2, 0x08, 0x6d, 0xda, 0xe2, 0x60, 0x0d,
490*e0c4386eSCy Schubert 0x8c, 0xa7, 0x3e, 0x21, 0x4e, 0x8c, 0x2b, 0x0b, 0xdb, 0x2b, 0x04, 0x7c,
491*e0c4386eSCy Schubert 0x6a, 0x46, 0x4a, 0x56, 0x2e, 0xd7, 0x7b, 0x73, 0xd2, 0xd8, 0x41, 0xc4,
492*e0c4386eSCy Schubert 0xb3, 0x49, 0x73, 0x55, 0x12, 0x57, 0x71, 0x3b, 0x75, 0x36, 0x32, 0xef,
493*e0c4386eSCy Schubert 0xba, 0x34, 0x81, 0x69, 0xab, 0xc9, 0x0a, 0x68, 0xf4, 0x26, 0x11, 0xa4,
494*e0c4386eSCy Schubert 0x01, 0x26, 0xd7, 0xcb, 0x21, 0xb5, 0x86, 0x95, 0x56, 0x81, 0x86, 0xf7,
495*e0c4386eSCy Schubert 0xe5, 0x69, 0xd2, 0xff, 0x0f, 0x9e, 0x74, 0x5d, 0x04, 0x87, 0xdd, 0x2e,
496*e0c4386eSCy Schubert 0xb9, 0x97, 0xca, 0xfc, 0x5a, 0xbf, 0x9d, 0xd1, 0x02, 0xe6, 0x2f, 0xf6,
497*e0c4386eSCy Schubert 0x6c, 0xba, 0x87
498*e0c4386eSCy Schubert };
499*e0c4386eSCy Schubert
500*e0c4386eSCy Schubert static const uint8_t sig9[114] = {
501*e0c4386eSCy Schubert 0xe3, 0x01, 0x34, 0x5a, 0x41, 0xa3, 0x9a, 0x4d, 0x72, 0xff, 0xf8, 0xdf,
502*e0c4386eSCy Schubert 0x69, 0xc9, 0x80, 0x75, 0xa0, 0xcc, 0x08, 0x2b, 0x80, 0x2f, 0xc9, 0xb2,
503*e0c4386eSCy Schubert 0xb6, 0xbc, 0x50, 0x3f, 0x92, 0x6b, 0x65, 0xbd, 0xdf, 0x7f, 0x4c, 0x8f,
504*e0c4386eSCy Schubert 0x1c, 0xb4, 0x9f, 0x63, 0x96, 0xaf, 0xc8, 0xa7, 0x0a, 0xbe, 0x6d, 0x8a,
505*e0c4386eSCy Schubert 0xef, 0x0d, 0xb4, 0x78, 0xd4, 0xc6, 0xb2, 0x97, 0x00, 0x76, 0xc6, 0xa0,
506*e0c4386eSCy Schubert 0x48, 0x4f, 0xe7, 0x6d, 0x76, 0xb3, 0xa9, 0x76, 0x25, 0xd7, 0x9f, 0x1c,
507*e0c4386eSCy Schubert 0xe2, 0x40, 0xe7, 0xc5, 0x76, 0x75, 0x0d, 0x29, 0x55, 0x28, 0x28, 0x6f,
508*e0c4386eSCy Schubert 0x71, 0x9b, 0x41, 0x3d, 0xe9, 0xad, 0xa3, 0xe8, 0xeb, 0x78, 0xed, 0x57,
509*e0c4386eSCy Schubert 0x36, 0x03, 0xce, 0x30, 0xd8, 0xbb, 0x76, 0x17, 0x85, 0xdc, 0x30, 0xdb,
510*e0c4386eSCy Schubert 0xc3, 0x20, 0x86, 0x9e, 0x1a, 0x00
511*e0c4386eSCy Schubert };
512*e0c4386eSCy Schubert
513*e0c4386eSCy Schubert /* Prehash Ed448 */
514*e0c4386eSCy Schubert
515*e0c4386eSCy Schubert static const uint8_t phprivkey1[57] = {
516*e0c4386eSCy Schubert 0x83, 0x3f, 0xe6, 0x24, 0x09, 0x23, 0x7b, 0x9d, 0x62, 0xec, 0x77, 0x58,
517*e0c4386eSCy Schubert 0x75, 0x20, 0x91, 0x1e, 0x9a, 0x75, 0x9c, 0xec, 0x1d, 0x19, 0x75, 0x5b,
518*e0c4386eSCy Schubert 0x7d, 0xa9, 0x01, 0xb9, 0x6d, 0xca, 0x3d, 0x42, 0xef, 0x78, 0x22, 0xe0,
519*e0c4386eSCy Schubert 0xd5, 0x10, 0x41, 0x27, 0xdc, 0x05, 0xd6, 0xdb, 0xef, 0xde, 0x69, 0xe3,
520*e0c4386eSCy Schubert 0xab, 0x2c, 0xec, 0x7c, 0x86, 0x7c, 0x6e, 0x2c, 0x49
521*e0c4386eSCy Schubert };
522*e0c4386eSCy Schubert
523*e0c4386eSCy Schubert static const uint8_t phpubkey1[57] = {
524*e0c4386eSCy Schubert 0x25, 0x9b, 0x71, 0xc1, 0x9f, 0x83, 0xef, 0x77, 0xa7, 0xab, 0xd2, 0x65,
525*e0c4386eSCy Schubert 0x24, 0xcb, 0xdb, 0x31, 0x61, 0xb5, 0x90, 0xa4, 0x8f, 0x7d, 0x17, 0xde,
526*e0c4386eSCy Schubert 0x3e, 0xe0, 0xba, 0x9c, 0x52, 0xbe, 0xb7, 0x43, 0xc0, 0x94, 0x28, 0xa1,
527*e0c4386eSCy Schubert 0x31, 0xd6, 0xb1, 0xb5, 0x73, 0x03, 0xd9, 0x0d, 0x81, 0x32, 0xc2, 0x76,
528*e0c4386eSCy Schubert 0xd5, 0xed, 0x3d, 0x5d, 0x01, 0xc0, 0xf5, 0x38, 0x80
529*e0c4386eSCy Schubert };
530*e0c4386eSCy Schubert
531*e0c4386eSCy Schubert static const uint8_t phmsg1[3] = {
532*e0c4386eSCy Schubert 0x61, 0x62, 0x63
533*e0c4386eSCy Schubert };
534*e0c4386eSCy Schubert
535*e0c4386eSCy Schubert static const uint8_t phsig1[114] = {
536*e0c4386eSCy Schubert 0x82, 0x2f, 0x69, 0x01, 0xf7, 0x48, 0x0f, 0x3d, 0x5f, 0x56, 0x2c, 0x59,
537*e0c4386eSCy Schubert 0x29, 0x94, 0xd9, 0x69, 0x36, 0x02, 0x87, 0x56, 0x14, 0x48, 0x32, 0x56,
538*e0c4386eSCy Schubert 0x50, 0x56, 0x00, 0xbb, 0xc2, 0x81, 0xae, 0x38, 0x1f, 0x54, 0xd6, 0xbc,
539*e0c4386eSCy Schubert 0xe2, 0xea, 0x91, 0x15, 0x74, 0x93, 0x2f, 0x52, 0xa4, 0xe6, 0xca, 0xdd,
540*e0c4386eSCy Schubert 0x78, 0x76, 0x93, 0x75, 0xec, 0x3f, 0xfd, 0x1b, 0x80, 0x1a, 0x0d, 0x9b,
541*e0c4386eSCy Schubert 0x3f, 0x40, 0x30, 0xcd, 0x43, 0x39, 0x64, 0xb6, 0x45, 0x7e, 0xa3, 0x94,
542*e0c4386eSCy Schubert 0x76, 0x51, 0x12, 0x14, 0xf9, 0x74, 0x69, 0xb5, 0x7d, 0xd3, 0x2d, 0xbc,
543*e0c4386eSCy Schubert 0x56, 0x0a, 0x9a, 0x94, 0xd0, 0x0b, 0xff, 0x07, 0x62, 0x04, 0x64, 0xa3,
544*e0c4386eSCy Schubert 0xad, 0x20, 0x3d, 0xf7, 0xdc, 0x7c, 0xe3, 0x60, 0xc3, 0xcd, 0x36, 0x96,
545*e0c4386eSCy Schubert 0xd9, 0xd9, 0xfa, 0xb9, 0x0f, 0x00
546*e0c4386eSCy Schubert };
547*e0c4386eSCy Schubert
548*e0c4386eSCy Schubert static const uint8_t phprivkey2[57] = {
549*e0c4386eSCy Schubert 0x83, 0x3f, 0xe6, 0x24, 0x09, 0x23, 0x7b, 0x9d, 0x62, 0xec, 0x77, 0x58,
550*e0c4386eSCy Schubert 0x75, 0x20, 0x91, 0x1e, 0x9a, 0x75, 0x9c, 0xec, 0x1d, 0x19, 0x75, 0x5b,
551*e0c4386eSCy Schubert 0x7d, 0xa9, 0x01, 0xb9, 0x6d, 0xca, 0x3d, 0x42, 0xef, 0x78, 0x22, 0xe0,
552*e0c4386eSCy Schubert 0xd5, 0x10, 0x41, 0x27, 0xdc, 0x05, 0xd6, 0xdb, 0xef, 0xde, 0x69, 0xe3,
553*e0c4386eSCy Schubert 0xab, 0x2c, 0xec, 0x7c, 0x86, 0x7c, 0x6e, 0x2c, 0x49
554*e0c4386eSCy Schubert };
555*e0c4386eSCy Schubert
556*e0c4386eSCy Schubert static const uint8_t phpubkey2[57] = {
557*e0c4386eSCy Schubert 0x25, 0x9b, 0x71, 0xc1, 0x9f, 0x83, 0xef, 0x77, 0xa7, 0xab, 0xd2, 0x65,
558*e0c4386eSCy Schubert 0x24, 0xcb, 0xdb, 0x31, 0x61, 0xb5, 0x90, 0xa4, 0x8f, 0x7d, 0x17, 0xde,
559*e0c4386eSCy Schubert 0x3e, 0xe0, 0xba, 0x9c, 0x52, 0xbe, 0xb7, 0x43, 0xc0, 0x94, 0x28, 0xa1,
560*e0c4386eSCy Schubert 0x31, 0xd6, 0xb1, 0xb5, 0x73, 0x03, 0xd9, 0x0d, 0x81, 0x32, 0xc2, 0x76,
561*e0c4386eSCy Schubert 0xd5, 0xed, 0x3d, 0x5d, 0x01, 0xc0, 0xf5, 0x38, 0x80
562*e0c4386eSCy Schubert };
563*e0c4386eSCy Schubert
564*e0c4386eSCy Schubert static const uint8_t phmsg2[3] = {
565*e0c4386eSCy Schubert 0x61, 0x62, 0x63
566*e0c4386eSCy Schubert };
567*e0c4386eSCy Schubert
568*e0c4386eSCy Schubert static const uint8_t phcontext2[3] = {
569*e0c4386eSCy Schubert 0x66, 0x6f, 0x6f
570*e0c4386eSCy Schubert };
571*e0c4386eSCy Schubert
572*e0c4386eSCy Schubert static const uint8_t phsig2[114] = {
573*e0c4386eSCy Schubert 0xc3, 0x22, 0x99, 0xd4, 0x6e, 0xc8, 0xff, 0x02, 0xb5, 0x45, 0x40, 0x98,
574*e0c4386eSCy Schubert 0x28, 0x14, 0xdc, 0xe9, 0xa0, 0x58, 0x12, 0xf8, 0x19, 0x62, 0xb6, 0x49,
575*e0c4386eSCy Schubert 0xd5, 0x28, 0x09, 0x59, 0x16, 0xa2, 0xaa, 0x48, 0x10, 0x65, 0xb1, 0x58,
576*e0c4386eSCy Schubert 0x04, 0x23, 0xef, 0x92, 0x7e, 0xcf, 0x0a, 0xf5, 0x88, 0x8f, 0x90, 0xda,
577*e0c4386eSCy Schubert 0x0f, 0x6a, 0x9a, 0x85, 0xad, 0x5d, 0xc3, 0xf2, 0x80, 0xd9, 0x12, 0x24,
578*e0c4386eSCy Schubert 0xba, 0x99, 0x11, 0xa3, 0x65, 0x3d, 0x00, 0xe4, 0x84, 0xe2, 0xce, 0x23,
579*e0c4386eSCy Schubert 0x25, 0x21, 0x48, 0x1c, 0x86, 0x58, 0xdf, 0x30, 0x4b, 0xb7, 0x74, 0x5a,
580*e0c4386eSCy Schubert 0x73, 0x51, 0x4c, 0xdb, 0x9b, 0xf3, 0xe1, 0x57, 0x84, 0xab, 0x71, 0x28,
581*e0c4386eSCy Schubert 0x4f, 0x8d, 0x07, 0x04, 0xa6, 0x08, 0xc5, 0x4a, 0x6b, 0x62, 0xd9, 0x7b,
582*e0c4386eSCy Schubert 0xeb, 0x51, 0x1d, 0x13, 0x21, 0x00
583*e0c4386eSCy Schubert };
584*e0c4386eSCy Schubert
dohash(EVP_MD_CTX * hashctx,const uint8_t * msg,size_t msglen)585*e0c4386eSCy Schubert static const uint8_t *dohash(EVP_MD_CTX *hashctx, const uint8_t *msg,
586*e0c4386eSCy Schubert size_t msglen)
587*e0c4386eSCy Schubert {
588*e0c4386eSCy Schubert static uint8_t hashout[64];
589*e0c4386eSCy Schubert
590*e0c4386eSCy Schubert if (!EVP_DigestInit_ex(hashctx, EVP_shake256(), NULL)
591*e0c4386eSCy Schubert || !EVP_DigestUpdate(hashctx, msg, msglen)
592*e0c4386eSCy Schubert || !EVP_DigestFinalXOF(hashctx, hashout, sizeof(hashout)))
593*e0c4386eSCy Schubert return NULL;
594*e0c4386eSCy Schubert
595*e0c4386eSCy Schubert return hashout;
596*e0c4386eSCy Schubert }
597*e0c4386eSCy Schubert
test_ed448(void)598*e0c4386eSCy Schubert static int test_ed448(void)
599*e0c4386eSCy Schubert {
600*e0c4386eSCy Schubert uint8_t outsig[114];
601*e0c4386eSCy Schubert EVP_MD_CTX *hashctx = EVP_MD_CTX_new();
602*e0c4386eSCy Schubert
603*e0c4386eSCy Schubert if (!TEST_ptr(hashctx)
604*e0c4386eSCy Schubert || !TEST_true(ossl_ed448_sign(NULL, outsig, NULL, 0, pubkey1,
605*e0c4386eSCy Schubert privkey1, NULL, 0, NULL))
606*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(sig1, outsig, sizeof(sig1)), 0)
607*e0c4386eSCy Schubert || !TEST_true(ossl_ed448_sign(NULL, outsig, msg2, sizeof(msg2),
608*e0c4386eSCy Schubert pubkey2, privkey2, NULL, 0, NULL))
609*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(sig2, outsig, sizeof(sig2)), 0)
610*e0c4386eSCy Schubert || !TEST_true(ossl_ed448_sign(NULL, outsig, msg3, sizeof(msg3),
611*e0c4386eSCy Schubert pubkey3, privkey3, context3,
612*e0c4386eSCy Schubert sizeof(context3), NULL))
613*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(sig3, outsig, sizeof(sig3)), 0)
614*e0c4386eSCy Schubert || !TEST_true(ossl_ed448_sign(NULL, outsig, msg4, sizeof(msg4),
615*e0c4386eSCy Schubert pubkey4, privkey4, NULL, 0, NULL))
616*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(sig4, outsig, sizeof(sig4)), 0)
617*e0c4386eSCy Schubert || !TEST_true(ossl_ed448_sign(NULL, outsig, msg5, sizeof(msg5),
618*e0c4386eSCy Schubert pubkey5, privkey5, NULL, 0, NULL))
619*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(sig5, outsig, sizeof(sig5)), 0)
620*e0c4386eSCy Schubert || !TEST_true(ossl_ed448_sign(NULL, outsig, msg6, sizeof(msg6),
621*e0c4386eSCy Schubert pubkey6, privkey6, NULL, 0, NULL))
622*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(sig6, outsig, sizeof(sig6)), 0)
623*e0c4386eSCy Schubert || !TEST_true(ossl_ed448_sign(NULL, outsig, msg7, sizeof(msg7),
624*e0c4386eSCy Schubert pubkey7, privkey7, NULL, 0, NULL))
625*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(sig7, outsig, sizeof(sig7)), 0)
626*e0c4386eSCy Schubert || !TEST_true(ossl_ed448_sign(NULL, outsig, msg8, sizeof(msg8),
627*e0c4386eSCy Schubert pubkey8, privkey8, NULL, 0, NULL))
628*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(sig8, outsig, sizeof(sig8)), 0)
629*e0c4386eSCy Schubert || !TEST_true(ossl_ed448_sign(NULL, outsig, msg9, sizeof(msg9),
630*e0c4386eSCy Schubert pubkey9, privkey9, NULL, 0, NULL))
631*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(sig9, outsig, sizeof(sig9)), 0)
632*e0c4386eSCy Schubert || !TEST_true(ossl_ed448ph_sign(NULL, outsig,
633*e0c4386eSCy Schubert dohash(hashctx, phmsg1,
634*e0c4386eSCy Schubert sizeof(phmsg1)), phpubkey1,
635*e0c4386eSCy Schubert phprivkey1, NULL, 0, NULL))
636*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(phsig1, outsig, sizeof(phsig1)), 0)
637*e0c4386eSCy Schubert || !TEST_true(ossl_ed448ph_sign(NULL, outsig,
638*e0c4386eSCy Schubert dohash(hashctx, phmsg2,
639*e0c4386eSCy Schubert sizeof(phmsg2)), phpubkey2,
640*e0c4386eSCy Schubert phprivkey2, phcontext2,
641*e0c4386eSCy Schubert sizeof(phcontext2), NULL))
642*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(phsig2, outsig, sizeof(phsig2)), 0)) {
643*e0c4386eSCy Schubert EVP_MD_CTX_free(hashctx);
644*e0c4386eSCy Schubert return 0;
645*e0c4386eSCy Schubert }
646*e0c4386eSCy Schubert
647*e0c4386eSCy Schubert EVP_MD_CTX_free(hashctx);
648*e0c4386eSCy Schubert return 1;
649*e0c4386eSCy Schubert }
650*e0c4386eSCy Schubert
test_x448(void)651*e0c4386eSCy Schubert static int test_x448(void)
652*e0c4386eSCy Schubert {
653*e0c4386eSCy Schubert uint8_t u[56], k[56], out[56];
654*e0c4386eSCy Schubert unsigned int i;
655*e0c4386eSCy Schubert int j = -1;
656*e0c4386eSCy Schubert
657*e0c4386eSCy Schubert /* Curve448 tests */
658*e0c4386eSCy Schubert
659*e0c4386eSCy Schubert if (!TEST_true(ossl_x448(out, in_scalar1, in_u1))
660*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(out, out_u1, sizeof(out)), 0)
661*e0c4386eSCy Schubert || !TEST_true(ossl_x448(out, in_scalar2, in_u2))
662*e0c4386eSCy Schubert || !TEST_int_eq(memcmp(out, out_u2, sizeof(out)), 0))
663*e0c4386eSCy Schubert return 0;
664*e0c4386eSCy Schubert
665*e0c4386eSCy Schubert memcpy(u, in_u3, sizeof(u));
666*e0c4386eSCy Schubert memcpy(k, in_u3, sizeof(k));
667*e0c4386eSCy Schubert for (i = 1; i <= max; i++) {
668*e0c4386eSCy Schubert if (verbose && i % 10000 == 0) {
669*e0c4386eSCy Schubert printf(".");
670*e0c4386eSCy Schubert fflush(stdout);
671*e0c4386eSCy Schubert }
672*e0c4386eSCy Schubert
673*e0c4386eSCy Schubert if (!TEST_true(ossl_x448(out, k, u)))
674*e0c4386eSCy Schubert return 0;
675*e0c4386eSCy Schubert
676*e0c4386eSCy Schubert if (i == 1 || i == 1000 || i == 1000000) {
677*e0c4386eSCy Schubert j++;
678*e0c4386eSCy Schubert if (!TEST_int_eq(memcmp(out, out_u3[j], sizeof(out)), 0)) {
679*e0c4386eSCy Schubert TEST_info("Failed at iteration %d", i);
680*e0c4386eSCy Schubert return 0;
681*e0c4386eSCy Schubert }
682*e0c4386eSCy Schubert }
683*e0c4386eSCy Schubert memcpy(u, k, sizeof(u));
684*e0c4386eSCy Schubert memcpy(k, out, sizeof(k));
685*e0c4386eSCy Schubert }
686*e0c4386eSCy Schubert
687*e0c4386eSCy Schubert return 1;
688*e0c4386eSCy Schubert }
689*e0c4386eSCy Schubert
690*e0c4386eSCy Schubert typedef enum OPTION_choice {
691*e0c4386eSCy Schubert OPT_ERR = -1,
692*e0c4386eSCy Schubert OPT_EOF = 0,
693*e0c4386eSCy Schubert OPT_PROGRESS,
694*e0c4386eSCy Schubert OPT_SLOW,
695*e0c4386eSCy Schubert OPT_TEST_ENUM
696*e0c4386eSCy Schubert } OPTION_CHOICE;
697*e0c4386eSCy Schubert
test_get_options(void)698*e0c4386eSCy Schubert const OPTIONS *test_get_options(void)
699*e0c4386eSCy Schubert {
700*e0c4386eSCy Schubert static const OPTIONS test_options[] = {
701*e0c4386eSCy Schubert OPT_TEST_OPTIONS_WITH_EXTRA_USAGE("conf_file\n"),
702*e0c4386eSCy Schubert { "f", OPT_SLOW, '-', "Enables a slow test" },
703*e0c4386eSCy Schubert { "v", OPT_PROGRESS, '-',
704*e0c4386eSCy Schubert "Enables verbose mode (prints progress dots)" },
705*e0c4386eSCy Schubert { NULL }
706*e0c4386eSCy Schubert };
707*e0c4386eSCy Schubert return test_options;
708*e0c4386eSCy Schubert }
709*e0c4386eSCy Schubert
setup_tests(void)710*e0c4386eSCy Schubert int setup_tests(void)
711*e0c4386eSCy Schubert {
712*e0c4386eSCy Schubert OPTION_CHOICE o;
713*e0c4386eSCy Schubert
714*e0c4386eSCy Schubert while ((o = opt_next()) != OPT_EOF) {
715*e0c4386eSCy Schubert switch (o) {
716*e0c4386eSCy Schubert case OPT_TEST_CASES:
717*e0c4386eSCy Schubert break;
718*e0c4386eSCy Schubert default:
719*e0c4386eSCy Schubert return 0;
720*e0c4386eSCy Schubert /*
721*e0c4386eSCy Schubert * The test vectors contain one test which takes a very long time to run
722*e0c4386eSCy Schubert * so we don't do that be default. Using the -f option will cause it to
723*e0c4386eSCy Schubert * be run.
724*e0c4386eSCy Schubert */
725*e0c4386eSCy Schubert case OPT_SLOW:
726*e0c4386eSCy Schubert max = 1000000;
727*e0c4386eSCy Schubert break;
728*e0c4386eSCy Schubert case OPT_PROGRESS:
729*e0c4386eSCy Schubert verbose = 1; /* Print progress dots */
730*e0c4386eSCy Schubert break;
731*e0c4386eSCy Schubert }
732*e0c4386eSCy Schubert }
733*e0c4386eSCy Schubert
734*e0c4386eSCy Schubert ADD_TEST(test_x448);
735*e0c4386eSCy Schubert ADD_TEST(test_ed448);
736*e0c4386eSCy Schubert return 1;
737*e0c4386eSCy Schubert }
738