Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
antoineh1
DATE:
May 8, 2016, 8:21 p.m.
FORMAT:
Text only
SIZE:
148 Bytes
Raw
Download
Tweet
HITS:
4412
Go to comments
Report
void init_keys(RsaKeys_t *rsa_keys)
{
mpz_init(rsa_keys->public_n);
mpz_init(rsa_keys->private_d);
mpz_init(rsa_keys->public_e);
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus