math/f25519.[ch]: More field operations.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 26 Apr 2017 10:53:05 +0000 (11:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 29 Apr 2017 11:29:22 +0000 (12:29 +0100)
commit25f673625c9f2d3a323fed185f4b0c4b4a241976
treea8358a8068245ae830baab432aecb6bdface6d0e
parentfc2d44af772db6c046820007555609c8352e101e
math/f25519.[ch]: More field operations.

Most are fairly simple utilities, except for `f25519_quosqrt' which does
a combined division and square root.
math/f25519.c
math/f25519.h
math/t/f25519
utils/curve25519.sage
utils/qfarith-test