diff options
Diffstat (limited to 'ext/node/ops')
-rw-r--r-- | ext/node/ops/crypto/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/ops/crypto/mod.rs b/ext/node/ops/crypto/mod.rs index 486c34147..f73d96580 100644 --- a/ext/node/ops/crypto/mod.rs +++ b/ext/node/ops/crypto/mod.rs @@ -55,7 +55,7 @@ pub fn op_node_check_prime( primes::is_probably_prime(&BigInt::from(num), checks) } -#[op2(fast)] +#[op2] pub fn op_node_check_prime_bytes( #[anybuffer] bytes: &[u8], #[number] checks: usize, |