diff --git a/Cargo.toml b/Cargo.toml index 5c40f42..d7a74dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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