Branch: Tag:

2014-12-04

2014-12-04 19:24:46 by Martin Nilsson <nilsson@opera.com>

Added support for Nettle RSA/DSA key generation to Nettle. Added code in Crypto.RSA to use it, but currently not active due to CPP strangenewss. Speeds up key generation by 75%.

1137:    free_object(nt_object);    free_program(nt_program);   #endif /* __NT__ */ + #ifdef HAVE_LIBHOGWEED +  hogweed_init(); + #endif   }      PIKE_MODULE_EXIT
1148:   #ifdef __NT__    nt_exit();   #endif /* __NT__ */ + #ifdef HAVE_LIBHOGWEED +  hogweed_exit(); + #endif    EXIT;   }