summaryrefslogtreecommitdiff
path: root/ext/node/ops/crypto/mod.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-09 17:25:10 +0100
committerGitHub <noreply@github.com>2024-01-09 17:25:10 +0100
commitcd43d2b8771e59bb454c20b1504ad4176d195e87 (patch)
treea7cd787e1033864a7e9f55b777e58c0dfec18c16 /ext/node/ops/crypto/mod.rs
parent6db631a432ee916380b62770357adb46edd7c281 (diff)
chore: upgrade deno_core to 0.244.0 (#21859)
Diffstat (limited to 'ext/node/ops/crypto/mod.rs')
-rw-r--r--ext/node/ops/crypto/mod.rs2
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,