1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

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