mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
helpful documentation
This commit is contained in:
parent
7cfb10ba27
commit
7a8507d002
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue