Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-21 | hbbp_keygen: add own implementation of randombytes | Jan Huwald | |
Nacl requires an implementation of randombytes. The version offered by nacl has a strange behaviour (e.g. indefinite blocking in case /dev/urandom is unavailable) and is hard to portably link (.o file in some lib directory). It is thus replaced with an own implementation (that does proper error handling by the way). | |||
2012-05-21 | add key generator | Jan Huwald | |
hbbp_keygen generates all four keys private, public for sender and receiver with the file names used in hbbp[cd] in the current working directory. |