mirror of
https://github.com/certbot/certbot.git
synced 2026-01-23 07:20:55 +03:00
helpful documentation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user