index
:
BouncyCastle.NET-ed25519.git
this commit
master
release/v1.9
release/v2.0
release/v2.1
release/v2.2
release/v2.3
release/v2.4
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
src
/
math
/
ec
/
custom
/
sec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add custom curve for secp384r1 (P-384)
Peter Dettman
2014-02-27
5
-0
/
+810
*
Optimize final adjustments in Reduce()
Peter Dettman
2014-02-27
1
-11
/
+8
*
Round out the Nat192 methods
Peter Dettman
2014-02-26
7
-20
/
+275
*
Add extra arg to AddWord() and add variant of Copy()
Peter Dettman
2014-02-26
1
-2
/
+2
*
Optimization for custom curve reduction when only a few bits need reducing; u...
Peter Dettman
2014-02-26
15
-30
/
+205
*
Optimize Sqrt() for custom curve secp224k1
Peter Dettman
2014-02-26
1
-2
/
+87
*
Add custom curve for secp224k1
Peter Dettman
2014-02-26
4
-0
/
+675
*
Add custom curve for secp224r1 (P-224)
Peter Dettman
2014-02-25
5
-0
/
+1980
*
Refactoring in Nat* classes
Peter Dettman
2014-02-24
5
-91
/
+55
*
Initial work on the Curve25519 field implementation
Peter Dettman
2014-02-06
2
-19
/
+288
*
Implement Karatsuba multiply/square on 512-bit numbers and use as basis for P...
Peter Dettman
2014-02-03
3
-31
/
+512
*
Minor optimization for secp521r1 point doubling
Peter Dettman
2014-02-02
2
-5
/
+16
*
Add custom curve for secp521r1 (P-521)
Peter Dettman
2014-02-01
4
-0
/
+679
*
Reformatting
Peter Dettman
2014-02-01
1
-2
/
+0
*
Reformat
Peter Dettman
2014-02-01
3
-6
/
+0
*
Rename locals in Reduce() methods
Peter Dettman
2014-02-01
2
-33
/
+33
*
Optimize Reduce() method
Peter Dettman
2014-02-01
1
-8
/
+16
*
Optimize Reduce() method
Peter Dettman
2014-02-01
1
-6
/
+17
*
Fix Nat*.Gte methods
Peter Dettman
2014-02-01
2
-4
/
+4
*
Make Dec/Inc/IncExt methods work at the full length and change assertions acc...
Peter Dettman
2014-01-31
2
-24
/
+20
*
Avoid modifying the input to the Reduce() methods
Peter Dettman
2014-01-31
4
-50
/
+48
*
Improve reduction speed for secp192k1 and secp256k1 custom fields
Peter Dettman
2014-01-31
4
-16
/
+126
*
Add custom curves for secp192k1 and secp192r1 (P-192)
Peter Dettman
2014-01-31
9
-0
/
+2169
*
Refactoring
Peter Dettman
2014-01-31
5
-10
/
+8
*
Unroll MulWordAddExt
Peter Dettman
2014-01-31
1
-8
/
+24
*
Fix final step of Reduce()
Peter Dettman
2014-01-30
1
-10
/
+9
*
Formatting
Peter Dettman
2014-01-30
1
-10
/
+0
*
Take advantage of special prime modulus to optimize sqrt
Peter Dettman
2014-01-30
2
-4
/
+107
*
Add SquareN to perform repeated modular squaring
Peter Dettman
2014-01-30
2
-0
/
+30
*
Port point-detaching stuff from Java
Peter Dettman
2014-01-28
2
-0
/
+10
*
Port from Java order/cofactor for all curves
Peter Dettman
2014-01-28
2
-4
/
+4
*
Make class internal
Peter Dettman
2014-01-26
1
-1
/
+1
*
Port custom curve for secp256r1 from Java
Peter Dettman
2014-01-26
4
-0
/
+710
*
Tidy up comments
Peter Dettman
2014-01-26
2
-6
/
+2
*
Port custom curve for secp256k1 from Java
Peter Dettman
2014-01-26
5
-0
/
+1434