math/scmul.h, pub/ed25519.c: Abstract out scalar multiplication code.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 May 2017 00:38:30 +0000 (01:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:43 +0000 (14:58 +0100)
commit581ac808d0e8ee74c2c97bd41721d572bca90ed6
tree45623fa42a71a4c43ed1f6923bb1c4203cebc6f5
parentdf8800f155a588c698c1261069868876f0b2d1e6
math/scmul.h, pub/ed25519.c: Abstract out scalar multiplication code.

Because what it needed was to be embedded in a hairy macro.
math/Makefile.am
math/scmul.h [new file with mode: 0644]
pub/ed25519.c