pumpkin icon indicating copy to clipboard operation
pumpkin copied to clipboard

A random number generator for generating large prime numbers, suitable for cryptography.

Results 2 pumpkin issues
Sort by recently updated
recently updated
newest added

When using pumpkin 2.01 in a project with rustc 1.39.0-nightly (521d78407 2019-08-25) and the following dependencies: [dependencies] pumpkin = "2.0.1" modinverse = "0.1.1" num-integer = "0.1.41" ramp = "0.5.2" It...

Good library design dictates that the library itself should never panic. Instead, it should return meaningful error messages, allowing the user the control over what should happen to their program....