pub/ed25519.c: Don't return the `h1' private-key portion if it's not wanted.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 10 May 2017 20:17:27 +0000 (21:17 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:42 +0000 (14:58 +0100)
commitcb2f9158c60e7ba4ae333c79407e7eb4a9c48069
tree6a75bbba79868f6150102406cdcbbbe69235b78b
parentaccdbbc96b8ee45ba633af3980046b9db5cd8e7e
pub/ed25519.c: Don't return the `h1' private-key portion if it's not wanted.

Saves making a temporary buffer in `ed25519_pubkey'.
pub/ed25519.c