helpful documentation

This commit is contained in:
Peter Eckersley 2016-01-10 23:14:44 -08:00
parent 7cfb10ba27
commit 7a8507d002

View file

@ -9,6 +9,9 @@
// This program can be used to perform RSA public key signatures given only
// the hash of the file to be signed as input.
// To compile:
// gcc half-sign.c -lssl -lcrypto -o half-sign
// Sign with SHA1
#define HASH_SIZE 20