X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/22cc5f54756b22ec89ec0e9dfd35726cb20f8406..79dae043470021f79b0094b85c0195b507529214:/ssh.h diff --git a/ssh.h b/ssh.h index 1ccc0740..c604554b 100644 --- a/ssh.h +++ b/ssh.h @@ -550,7 +550,8 @@ int rsa_generate(struct RSAKey *key, int bits, progfn_t pfn, int dsa_generate(struct dss_key *key, int bits, progfn_t pfn, void *pfnparam); Bignum primegen(int bits, int modulus, int residue, Bignum factor, - int phase, progfn_t pfn, void *pfnparam); + int phase, progfn_t pfn, void *pfnparam, unsigned firstbits); +void invent_firstbits(unsigned *one, unsigned *two); /*