aboutsummaryrefslogtreecommitdiff
path: root/tests/test-rsa.h
AgeCommit message (Collapse)Author
2015-06-11Debug modexp_fp() buffer handling. Add basic timing report.Rob Austein
Compensate for PyCrypto's weird inversion of p and q when calculating CRT coefficients, and add key the key components PyCrypto doesn't bother pre-calculating to our test data.
2015-06-10Add hal_modexp(), since the protocol is a bit complex. RewriteRob Austein
test-rsa to use hal_modexp(), and generate a new set of test keys without the whacky padding, since hal_modexp() now handles that.
2015-06-03ModExp now working!Rob Austein
2015-05-28More fun with RSA test cases, still not working.Rob Austein
2015-05-27First pass at RSA tests.Rob Austein
im Strömbergson <joachim@secworks.se> 2015-04-21 16:09:11 +0200 committer Joachim Strömbergson <joachim@secworks.se> 2015-04-21 16:09:11 +0200 Update of modexp to include more of the integration of residue calculator. Update of shl and shr to simplify code. shl and shr could be replaced by functions.' href='/core/math/modexp/commit/src/rtl/shr32.v?h=perfopt&id=29d52d2a0878647a47bc573a6f10bc3637d99266'>29d52d2
abef232
29d52d2

abef232
29d52d2
abef232
29d52d2


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