pubkey.c: Capture Ed25519 binding in a macro.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 11 May 2017 09:42:15 +0000 (10:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 03:29:42 +0000 (04:29 +0100)
commitdca3bdfd8f6be8bacaff9142e9fb71a043bab445
tree64ceded2e5b40c0154da51b6fc5d917993ab6b83
parent058f0a00a3fbce84d8963e140505a5fa35962b90
pubkey.c: Capture Ed25519 binding in a macro.

Now we can add more EdDSA instances with similar shapes without too much
trouble.

Also, slightly sneakily, make EdDSA verification functions take keyword
arguments.
pubkey.c