Add explanatory comment

This commit is contained in:
Peter Eckersley 2015-12-16 14:19:22 -08:00
parent 5666cf9e0e
commit b8c2118434

View file

@ -6,6 +6,9 @@
#include <openssl/rsa.h>
#include <openssl/pem.h>
// 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