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
/
util
/
collections
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-21
Fix XML comments
Peter Dettman
2
-5
/
+5
2014-01-03
Registerize top accumulator word in Montgomery multiplication/squaring
Peter Dettman
1
-6
/
+12
2014-01-03
Fix tabs
Peter Dettman
1
-2128
/
+2128
2013-12-29
Make date format consistent with Java tests
Peter Dettman
3
-9
/
+9
2013-12-18
Use Platform.ToUpperInvariant
Peter Dettman
1
-1
/
+1
2013-12-18
Port of PrfAlgorithm and ProtocolVersion from Java TLS
Peter Dettman
4
-0
/
+196
2013-12-18
Factor out variation of MacUtilities.DoFinal
Peter Dettman
2
-4
/
+8
2013-12-17
Clean up all the special handling for IDEA stuff, back to a single release as...
Peter Dettman
14
-3115
/
+3035
2013-12-17
More porting from Java TLS, mainly enum replacement
Peter Dettman
28
-821
/
+1100
2013-12-17
A round of porting from Java TLS
Peter Dettman
29
-1196
/
+1748
2013-12-07
Add methods for converting from BC RSAPrivateKeyStructure
Peter Dettman
1
-13
/
+34
2013-12-05
Use Negate() to simplify
Peter Dettman
1
-1
/
+1
2013-12-05
Add ECFieldElement.GetEncoded() method
Peter Dettman
1
-2
/
+7
2013-12-03
Always apply sign guard
Peter Dettman
1
-4
/
+4
2013-11-20
Use 1/n-1 record splitting instead of 0/n
Peter Dettman
1
-13
/
+24
2013-11-11
Auto-initialize random if necessary
Peter Dettman
1
-0
/
+5
2013-11-10
Don't require there to be any digests, to allow in particular for a certs-onl...
Peter Dettman
2
-5
/
+20
2013-11-03
Port from Java of improvements to DerBoolean and DerEnumerated
Peter Dettman
3
-61
/
+97
2013-11-02
Add Poly1305 contributors entry
Peter Dett