add do_crypto declaration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-10-24 22:11:29 +02:00
parent 6cfd9e847e
commit 7eef4f2951
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -9,6 +9,8 @@ struct G_state;
/* initializes generator */
G_state *initialize_generator();
std::string do_crypto(long k, long c);
G_state generate_blocks(G_state G, int k_blocks);
/* returns output of 0 <= n <= 2^20 bytes */