pub/ed{25519,448}.c: Double by adding self, rather than multiplying by two.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 2 Oct 2017 12:25:39 +0000 (13:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 2 Oct 2017 16:06:50 +0000 (17:06 +0100)
commit6baf2beaba0a9e7df4a3781be9dcc70671fdc550
treeff78d11b141fc6b7091d53b1ca6796216ccd0e6e
parent58ad700d859210eb8eee3807950aa7492ac4797e
pub/ed{25519,448}.c: Double by adding self, rather than multiplying by two.

Saves a reduction pass.
pub/ed25519.c
pub/ed448.c