summaryrefslogtreecommitdiff
path: root/src/ext/ed25519/ref10/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/ed25519/ref10/sign.c')
-rw-r--r--src/ext/ed25519/ref10/sign.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/ed25519/ref10/sign.c b/src/ext/ed25519/ref10/sign.c
index c11fca9122..e37b0d192d 100644
--- a/src/ext/ed25519/ref10/sign.c
+++ b/src/ext/ed25519/ref10/sign.c
@@ -1,3 +1,4 @@
+/* (Modified by Tor to generate detached signatures.) */
#include <string.h>
#include "crypto_sign.h"
#include "crypto_hash_sha512.h"