diff options
Diffstat (limited to 'ext/crypto/00_crypto.js')
-rw-r--r-- | ext/crypto/00_crypto.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/crypto/00_crypto.js b/ext/crypto/00_crypto.js index 18e51fbd4..8f9c431ed 100644 --- a/ext/crypto/00_crypto.js +++ b/ext/crypto/00_crypto.js @@ -12,7 +12,7 @@ const { isTypedArray, isDataView, } = core; -const { +import { op_crypto_base64url_decode, op_crypto_base64url_encode, op_crypto_decrypt, @@ -42,7 +42,7 @@ const { op_crypto_verify_ed25519, op_crypto_verify_key, op_crypto_wrap_key, -} = core.ensureFastOps(); +} from "ext:core/ops"; const { ArrayBufferIsView, ArrayBufferPrototypeGetByteLength, |