-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtestdata_test.go
31 lines (29 loc) · 1.09 KB
/
testdata_test.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// This is Free Software covered by the terms of the MIT license.
// See LICENSE file for details.
// (c) 2016 by Sascha L. Teichmann.
// See the full list of contributors in the CONTRIBUTORS file.
package genmap
var signedData = [...]int{
25, -26, 21, -14, -17, 27, -18, 33, -30, 13,
-7, 7, 3, -28, 2, 15, -42, 19, 35, -50,
-16, 30, 36, 5, -10, -48, 48, -36, 43, -9,
4, -47, 17, 42, 41, -3, -37, 23, 8, 26,
38, -19, 20, 47, -21, 40, 45, -34, -40, -44,
-2, 34, 1, -6, -27, 14, 0, -11, -1, 10,
-33, 39, -23, -24, 18, -32, -13, -4, -46, -20,
28, -41, 46, -29, 9, 12, -49, -15, 31, 6,
-35, -22, -45, -12, 49, -31, 37, 22, 16, -43,
29, 11, 32, -5, -25, -39, -8, 44, -38, 24,
}
var unsignedData = [...]int{
47, 43, 65, 2, 40, 7, 42, 30, 54, 34,
48, 67, 0, 98, 79, 14, 18, 9, 75, 53,
69, 8, 13, 91, 5, 56, 64, 58, 51, 32,
70, 19, 44, 95, 11, 20, 6, 88, 22, 61,
49, 29, 76, 82, 26, 27, 59, 57, 84, 73,
66, 25, 12, 86, 16, 55, 50, 24, 81, 15,
77, 4, 36, 68, 21, 85, 92, 94, 35, 90,
10, 99, 33, 80, 17, 41, 63, 60, 38, 87,
3, 23, 45, 52, 31, 74, 46, 39, 1, 83,
71, 93, 78, 89, 37, 97, 72, 96, 62, 28,
}