Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-28 | Fix a large pile of solaris warnings for bug 19767. | Nick Mathewson | |
In nearly all cases, this is a matter of making sure that we include orconfig.h before we include any standard c headers. | |||
2014-09-25 | Comments and tweaks based on review by asn | Nick Mathewson | |
Add some documentation Rename "derive" -> "blind" Check for failure on randombytes(). | |||
2014-09-25 | Another ed25519 tweak: store secret keys in expanded format | Nick Mathewson | |
This will be needed/helpful for the key blinding of prop224, I believe. | |||
2014-09-25 | Tweak ref10 keygen APIs to be more sane. | Nick Mathewson | |
2014-08-26 | Add the ed25519 ref10 code verbatim from supercop-20140622 | Nick Mathewson | |
We might use libsodium or ed25519-donna later on, but for now, let's see whether this is fast enough. We should use it in all cases when performance doesn't matter. |