entropyxyz / crypto-primes

Random prime generation and primality testing library based on `crypto-bigint`.
https://docs.rs/crypto-primes
Apache License 2.0
17 stars 4 forks source link

Fix OpenSSL tests on i686 target #6

Closed fjarri closed 1 year ago

fjarri commented 1 year ago

There are some problems with compiling openssl crate on i686 - see e.g. https://github.com/entropyxyz/crypto-primes/actions/runs/3764115689/jobs/6404362322 . We need it to run the slow-tests job and test our primality checks against OpenSSL.