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
/
FxCop
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-17
Port of latest Curve25519 stuff from Java build
Peter Dettman
9
-30
/
+710
2014-03-14
Take advantage of GLV (when available) in sum-of-multiplies methods
Peter Dettman
1
-7
/
+89
2014-03-14
Change primary measurement to multiplication rate using fixed-duration rounds
Peter Dettman
1
-24
/
+47
2014-03-14
Optimize squaring by inlining the ShiftUpBit
Peter Dettman
3
-118
/
+262
2014-03-14
GlvMultiplier.cs missed in last commit
Peter Dettman
2
-0
/
+45
2014-03-13
Port GLV implementation from Java
Peter Dettman
13
-18
/
+439
2014-03-13
Fix bug in DoFinal introduced by last change
Peter Dettman
1
-18
/
+25
2014-03-13
Add ScaleX, ScaleY methods to ECPoint
Peter Dettman
1
-0
/
+74
2014-03-13
Add new CreateRawPoint method on ECCurve that includes the Z coords
Peter Dettman
9
-0
/
+52
2014-03-12
All subclasses to control the choice of width to use
Peter Dettman
1
-2
/
+6
2014-03-12
Allow subclasses to override the ECMultiplier used for base-point multiplication
Peter Dettman
3
-8
/
+21
2014-03-12
Weight the performance test more towards random points
Peter Dettman
1
-3
/
+9
2014-03-12
Add new method
Peter Dettman
1
-0
/
+9
2014-03-12
Add extra random tests for SipHash to check consistency across different upda...
Peter Dettman
1
-0
/
+34
2014-03-11
Optimization (faster at all input lengths, but especially for long block-alig...
Peter Dettman
1
-17
/
+39
2014-03-11
Improve SipHashTest to cover varying update methods
Peter Dettman
1
-4
/
+50
2014-03-10
Optimize some of the addition/doubling internals
Peter Dettman
8
-92
/
+114
2014-03-10
Adapt performance test to exclude outliers form average
Peter Dettman
1
-15
/
+32
2014-03-10
Add MultiplyAddToExt method to fields
Peter Dettman
6
-2
/
+71
2014-03-10
Refactor temporary variables in reductions
Peter Dettman
3
-28
/
+30
2014-03-10
Inline Reduce32 calls and registerize some values to avoid extra writes
Peter Dettman
2
-12
/
+53
2014-03-10
Use more specific Nat methods
Peter Dettman
1
-2
/
+2
2014-03-06
Change version to beta.3 after release of beta.2
Peter Dettman
1
-1
/
+1
2014-03-06
Minor improvement to reduction
release-1.8.0-beta.2
Peter Dettman
3
-9
/
+15
2014-03-06
Avoid redundant subtraction
Peter Dettman
1
-43
/
+43
2014-03-05
Improved reduction
Peter Dettman
4
-63
/
+101
2014-03-05
Reduction optimization for secp256r1
Peter Dettman
1
-5
/
+73
2014-03-05
Use Nat methods instead of specific Nat*.*Ext methods
Peter Dettman
10
-84
/
+44
2014-03-04
Fix infinite loop issue when there is no sqrt
Peter Dettman
2
-30
/
+80
2014-03-04
Remove some length-specific methods in favour of the Nat class
Peter Dettman
12
-558
/
+487
2014-03-04
Just use shift methods from Nat class evverywhere
Peter Dettman
10
-271
/
+25
2014-03-03
Refactoring in the Nat* classes and some new method variations
Peter Dettman
15
-187
/
+634
2014-03-03
Share single temp variable across calls in Sqrt()
Peter Dettman
1
-10
/
+9
2014-03-03
Refactor reduction methods and change scope of PExt fields
Peter Dettman
7
-115
/
+103
2014-03-03
Add/rename MulAddTo variations
Peter Dettman
3
-2
/
+167
2014-03-02
Allow for (very rare) cases where the Sqrt() algorithm needs to retry
Peter Dettman
1
-36
/
+40
2014-02-28
Avoid a few negations in Sqrt()
Peter Dettman
1
-7
/
+8
2014-02-27
Optimized Sqrt() for custom secp224r1
Peter Dettman
2
-2
/
+112
2014-02-27
Equality/hashcode should ignore "excess" words
Peter Dettman
12
-23
/
+107
2014-02-27
Optimize Sqrt() for custom secp384r1
Peter Dettman
1
-2
/
+56
2014-02-27
Optimize final adjustments in Reduce()
Peter Dettman
1
-13
/
+4
2014-02-27
Simplify Twice()
Peter Dettman
1
-7
/
+3
2014-02-27
Add custom curve for secp384r1 (P-384)
Peter Dettman
7
-0
/
+858
2014-02-27
Optimize final adjustments in Reduce()
Peter Dettman
1
-11
/
+8
2014-02-26
Round out the Nat192 methods
Peter Dettman
7
-20
/
+275
2014-02-26
Add extra arg to AddWord() and add variant of Copy()
Peter Dettman
2
-6
/
+12
2014-02-26
Optimization for custom curve reduction when only a few bits need reducing; u...
Peter Dettman
15
-30
/
+205
2014-02-26
Optimize Sqrt() for custom curve secp224k1
Peter Dettman
1
-2
/
+87
2014-02-26
Refactoring in Sqrt()
Peter Dettman
1
-14
/
+6
2014-02-26
Add custom curve for secp224k1
Peter Dettman
6
-0
/
+717
2014-02-26
Special handling for zero-valued scalars
Peter Dettman
1
-20
/
+38
2014-02-25
Update release version
Peter Dettman
1
-1
/
+1
2014-02-25
Refactoring in Sqrt()
Peter Dettman
1
-13
/
+12
2014-02-25
Add custom curve for secp224r1 (P-224)
Peter Dettman
7
-0
/
+2028
2014-02-25
Add new test to regression tests
Peter Dettman
1
-10
/
+11
2014-02-25
Tabs -> spaces
Peter Dettman
1
-4
/
+4
2014-02-25
Port some openpgp updates from Java build for secret keys
Peter Dettman
5
-206
/
+436
2014-02-25
Check a few more points in the encoding test
Peter Dettman
1
-1
/
+7
2014-02-25
Implement the 8m + 5 case from Pocklington's sqrt algorithm (seems to be only...
Peter Dettman
1
-7
/
+45