curve25519-dalek-source/src
Isis Lovecruft a9e5410f69
Fix serialised size assumptions from #48.
Unfortunately the serialised size is likely never going to be the same
as the type's size in memory, as most serialisation formats define
additional headers for parsing safety reasons, such as buffer lengths
and type information.
2018-12-22 13:13:21 +00:00
..
ed25519.rs Fix serialised size assumptions from #48. 2018-12-22 13:13:21 +00:00
errors.rs Make verify return a Result. 2018-07-15 13:07:58 -07:00
lib.rs Cleanup RNG usage after merging #57. 2018-12-22 12:20:59 +00:00