apple / swift-numerics

Advanced mathematical types and functions for Swift
Apache License 2.0
1.69k stars 147 forks source link

Generation of prime numbers #298

Closed artemijan closed 2 weeks ago

artemijan commented 3 weeks ago

There is an issue with generating RSA key - it's really slow (randomly from 2 to 10 seconds). Maybe there is a way to use openssl to offload it to external library?

stephentyrone commented 2 weeks ago

Numerics doesn't provide RSA keygen; did you mean to file this against a different repo?