Speedup RSA key generation

This commit is contained in:
Felix Ableitner 2025-03-10 15:31:24 +01:00
parent 64b990b5fc
commit 100b08bd00

View file

@ -108,3 +108,8 @@ path = "examples/local_federation/main.rs"
[[example]]
name = "live_federation"
path = "examples/live_federation/main.rs"
# Speedup RSA key generation
# https://github.com/RustCrypto/RSA/blob/master/README.md#example
[profile.dev.package.num-bigint-dig]
opt-level = 3