cryptg
cryptg copied to clipboard
allow threads
hi can't you use allow_threads in these Rust functions? to allow usage of Multiple threads using multiple cores when used by python?
Yes, it might be possible. Feel free to send a pull request, as I'm not too familiar with it.
I am also not a rust developer but you can see how to add it in this example: https://pyo3.rs/v0.20.2/parallelism