pub/ed25519.c: Rearrange `ptadd' to use fewer registers.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 10 May 2017 20:15:56 +0000 (21:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:43 +0000 (14:58 +0100)
commit3709f7955d5d52033464831d5c07fc31783479d0
treebf3d91fe2e70eac6bd73bfbb8730357c674f08dd
parentcb2f9158c60e7ba4ae333c79407e7eb4a9c48069
pub/ed25519.c: Rearrange `ptadd' to use fewer registers.

Taking a little inspiration from the three-address code in the
paper (which I can't use as-is, because it clobbers one of its inputs) I
managed to delete two of the temporary registers.
pub/ed25519.c