Nick Mathewson
|
8a536be705
Mark unreachable lines in crypto_curve25519.c
|
8 years ago |
Nick Mathewson
|
4895d8288c
Do not treat "DOCDOC" as doxygen.
|
8 years ago |
Nick Mathewson
|
57699de005
Update the copyright year.
|
8 years ago |
Nick Mathewson
|
23f8c9b32f
Add a brief file-level description for everything in src/common
|
8 years ago |
Nick Mathewson
|
2259de0de7
Always hash crypto_strongest_rand() along with some prng
|
9 years ago |
Nick Mathewson
|
ddcbe26474
Now that crypto_rand() cannot fail, it should return void.
|
9 years ago |
Nick Mathewson
|
347fe449fe
Move formatting functions around.
|
9 years ago |
Nick Mathewson
|
b5cfcb2045
Fix most check-spaces issues
|
9 years ago |
Nick Mathewson
|
b566cb9e84
Make file-reading and key-reading preserve errno
|
9 years ago |
Yawning Angel
|
f079c27761
Integrate the accelerated Curve25519 scalar basemult.
|
9 years ago |
Nick Mathewson
|
f54e54b0b4
Bump copyright dates to 2015, in case someday this matters.
|
10 years ago |
Nick Mathewson
|
fcdcb377a4
Add another year to our copyright dates.
|
10 years ago |
Nick Mathewson
|
4e87b97872
Fix on that last fix.
|
10 years ago |
Nick Mathewson
|
9190468246
Fix warnings on 32-bit builds.
|
10 years ago |
Nick Mathewson
|
46cda485bc
Comments and tweaks based on review by asn
|
10 years ago |
Nick Mathewson
|
ed48b0fe56
Support for writing ed25519 public/private components to disk.
|
11 years ago |
Nick Mathewson
|
87ba033cd5
Add Ed25519 support, wrappers, and tests.
|
11 years ago |
Nick Mathewson
|
a3e0a87d95
Completely refactor how FILENAME_PRIVATE works
|
11 years ago |
Nick Mathewson
|
8b6a952c94
Avoid clang warnings from implicit off_t->size_t cast
|
11 years ago |
Nick Mathewson
|
266419d244
Tolerate curve25519 backends where the high bit of the pk isn't ignored
|
11 years ago |
Nick Mathewson
|
5ea9a90d68
Fix compilation with --disable-curve25519 option
|
11 years ago |
Nick Mathewson
|
abb5519d93
typo in crypto_curve25519.c comment, spotted by rransom
|
11 years ago |
Nick Mathewson
|
b987081941
Check for nacl headers in nacl/ subdir
|
11 years ago |
Nick Mathewson
|
4da083db3b
Update the copyright date to 201.
|
11 years ago |
Roger Dingledine
|
6e4a4002c5
Clean up odds and ends
|
11 years ago |
Nick Mathewson
|
31d888c834
Make the = at the end of ntor-onion-key optional.
|
12 years ago |
Nick Mathewson
|
d3de0b91fb
Check all crypto_rand return values for ntor.
|
12 years ago |
Nick Mathewson
|
5f219ddd02
Use safe_mem_is_zero for checking curve25519 output for 0-ness
|
12 years ago |
Nick Mathewson
|
6c883bc638
Move curve25519 keypair type to src/common; give it functions
|
12 years ago |
Nick Mathewson
|
25c05cb747
Refactor strong os-RNG into its own function
|
12 years ago |