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
/
SecP224R1Field.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MultiplyAddToExt method to fields
Peter Dettman
2014-03-10
1
-0
/
+12
*
Refactor temporary variables in reductions
Peter Dettman
2014-03-10
1
-7
/
+4
*
Inline Reduce32 calls and registerize some values to avoid extra writes
Peter Dettman
2014-03-10
1
-3
/
+26
*
Minor improvement to reduction
release-1.8.0-beta.2
Peter Dettman
2014-03-06
1
-2
/
+4
*
Improved reduction
Peter Dettman
2014-03-05
1
-12
/
+34
*
Use Nat methods instead of specific Nat*.*Ext methods
Peter Dettman
2014-03-05
1
-1
/
+1
*
Remove some length-specific methods in favour of the Nat class
Peter Dettman
2014-03-04
1
-13
/
+66
*
Just use shift methods from Nat class evverywhere
Peter Dettman
2014-03-04
1
-3
/
+3
*
Refactoring in the Nat* classes and some new method variations
Peter Dettman
2014-03-03
1
-10
/
+7
*
Refactor reduction methods and change scope of PExt fields
Peter Dettman
2014-03-03
1
-5
/
+5
*
Optimize final adjustments in Reduce()
Peter Dettman
2014-02-27
1
-13
/
+4
*
Round out the Nat192 methods
Peter Dettman
2014-02-26
1
-1
/
+1
*
Optimization for custom curve reduction when only a few bits need reducing; u...
Peter Dettman
2014-02-26
1
-0
/
+9
*
Add custom curve for secp224r1 (P-224)
Peter Dettman
2014-02-25
1
-0
/
+189