I hereby claim:
- I am abiggerhammer on github.
- I am maradydd (https://keybase.io/maradydd) on keybase.
- I have a public key ASCQzIAGrmAONMO97zAAW2UUUCmoGVPZhAF0mS6JoMUMFgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* Parser for ABNF, per RFC 5234. */ | |
| #include <hammer/hammer.h> | |
| #include <hammer/glue.h> | |
| const HParser* init_parser() { | |
| static const HParser *ret = NULL; | |
| if (ret) | |
| return ret; |
| Commands to select the type of operation | |
| --sign | |
| --clearsign | |
| --detach-sign | |
| --encrypt | |
| --symmetric | |
| --decrypt | |
| --multifile | |
| --verify-files |