forked from phpecc/phpecc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gmp.txt
73 lines (29 loc) · 1.58 KB
/
gmp.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
GMP PHP extension was found and is preferred for performance reasons.
Initiating tests.
You selected NON-VERBOSE mode.
ONLY FAILURES and TIME STATISTICS are REPORTED.
--------- START NEXT PRIME TEST ---------
Next prime took: 0.0036690235137939 seconds.
--------- END NEXT PRIME TEST ---------
--------- START SQUARE ROOT MOD P TEST ---------
Square roots mod 31 took: 0.12426710128784 seconds.
--------- END SQUARE ROOT MOD P TEST ---------
--------- START MULTIPLICATIVE INVERSE MOD P TEST ---------
Multiplicative inverse mod arbitrary primes took: 1.1855871677399 seconds.
--------- END MULTIPLICATIVE INVERSE TEST ---------
--------- START ELLIPTIC CURVE ARITHMETIC TEST ---------
Elementary EC arithmetic took: 0.0085620880126953 seconds.
--------- END ELLIPTIC CURVE ARITHMETIC TEST ---------
--------- START NIST PUBLISHED CURVES TEST ---------
NIST curve validity checking (X9.62) took: 0.2227098941803 seconds.
--------- END NIST PUBLISHED CURVES TEST ---------
--------- START POINT VALIDITY TEST ---------
Point validity testing (ECDSAVS.pdf B.2.2) took: 0.19945812225342 seconds.
--------- END POINT VALIDITY TEST ---------
--------- START SIGNATURE VALIDITY TEST ---------
Signing and verification tests from ECDSAVS.pdf B.2.4 took: 3.7693610191345 seconds.
--------- END SIGNATURE VALIDITY TEST ---------
--------- START DIFFIE HELLMAN KEY EXCHANGE TEST ---------
Diffie Hellman Dual Key Agreement encryption took: 0.31024312973022 seconds.
--------- END DIFFIE HELLMAN KEY EXHANGE TEST ---------
TEST SUITE TOTAL TIME : 5.8242769241333 seconds.