You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some applications where a prime is generated as an output of some hash, it is important to make sure that the same prime number is produced given the same RNG state. We need to add a test with some pre-generated primes with given RNG states, and make sure that when that test detects a change, it is either reverted, or considered a breaking change in the crate.
The text was updated successfully, but these errors were encountered:
It's not about being consistent within the same version of the library (which is the case now), but about being consistent within the same major version.
For some applications where a prime is generated as an output of some hash, it is important to make sure that the same prime number is produced given the same RNG state. We need to add a test with some pre-generated primes with given RNG states, and make sure that when that test detects a change, it is either reverted, or considered a breaking change in the crate.
The text was updated successfully, but these errors were encountered: