summaryrefslogtreecommitdiff
path: root/std/node/crypto.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/crypto.ts')
-rw-r--r--std/node/crypto.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/std/node/crypto.ts b/std/node/crypto.ts
deleted file mode 100644
index 8b933a99c..000000000
--- a/std/node/crypto.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-import { default as randomBytes } from "./_crypto/randomBytes.ts";
-import { pbkdf2, pbkdf2Sync } from "./_crypto/pbkdf2.ts";
-
-export default { randomBytes, pbkdf2, pbkdf2Sync };
-export { pbkdf2, pbkdf2Sync, randomBytes };