curve25519-dalek-source/src
Isis Lovecruft 8dbaf9a8d2
Move PublicKey point decompression into initialisation.
This caches the public key internally so that we effectively get a free
speedup on key reuse in regular signature verification, similar to that in
batch verification.  (However, this also "speeds up"¹ batch verifications.)

¹ Less of a speed up than moving the computation elsewhere, but the speed up
on reuse still also applies to key reuse for batch verification.
2018-12-23 12:00:59 +00:00
..
ed25519.rs Move PublicKey point decompression into initialisation. 2018-12-23 12:00:59 +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