diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-08 16:53:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-08 16:53:29 -0500 |
commit | e1f00c5f8620f46f97ac58b2a1787852891c8981 (patch) | |
tree | dafa94f7346a6e96a7ab4d13f4a17c76978f75db /src/common/crypto_ed25519.h | |
parent | e93234af70da5cf3d513e57b12e4934b1c4d9529 (diff) | |
download | tor-e1f00c5f8620f46f97ac58b2a1787852891c8981.tar.gz tor-e1f00c5f8620f46f97ac58b2a1787852891c8981.zip |
whitespace cleanups
Diffstat (limited to 'src/common/crypto_ed25519.h')
-rw-r--r-- | src/common/crypto_ed25519.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/crypto_ed25519.h b/src/common/crypto_ed25519.h index 929b2b51dd..a58b416943 100644 --- a/src/common/crypto_ed25519.h +++ b/src/common/crypto_ed25519.h @@ -68,7 +68,6 @@ ed25519_checksig_prefixed(const ed25519_signature_t *signature, int ed25519_public_key_is_zero(const ed25519_public_key_t *pubkey); - /** * A collection of information necessary to check an Ed25519 signature. Used * for batch verification. @@ -124,7 +123,6 @@ int ed25519_pubkey_eq(const ed25519_public_key_t *key1, void ed25519_pubkey_copy(ed25519_public_key_t *dest, const ed25519_public_key_t *src); - void ed25519_set_impl_params(int use_donna); void ed25519_init(void); |