summaryrefslogtreecommitdiff
path: root/ext/node/ops/crypto/primes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/ops/crypto/primes.rs')
-rw-r--r--ext/node/ops/crypto/primes.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/ops/crypto/primes.rs b/ext/node/ops/crypto/primes.rs
index 5c9f4c768..2e5d1ff63 100644
--- a/ext/node/ops/crypto/primes.rs
+++ b/ext/node/ops/crypto/primes.rs
@@ -8,6 +8,7 @@ use num_traits::Zero;
use rand::Rng;
use std::ops::Deref;
+#[derive(Clone)]
pub struct Prime(pub num_bigint_dig::BigUint);
impl Prime {