diff --git a/tools/half-sign.c b/tools/half-sign.c index 561fa22be..454201799 100644 --- a/tools/half-sign.c +++ b/tools/half-sign.c @@ -6,6 +6,9 @@ #include #include +// This program can be used to perform RSA public key signatures given only +// the hash of the file to be signed as input. + // Sign with SHA1 #define HASH_SIZE 20