diff options
Diffstat (limited to 'std/node/_crypto/pbkdf2.ts')
-rw-r--r-- | std/node/_crypto/pbkdf2.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/_crypto/pbkdf2.ts b/std/node/_crypto/pbkdf2.ts index 15b5eec3a..80aacdaf2 100644 --- a/std/node/_crypto/pbkdf2.ts +++ b/std/node/_crypto/pbkdf2.ts @@ -1,5 +1,5 @@ import { createHash } from "../../hash/mod.ts"; -import Buffer from "../buffer.ts"; +import { Buffer } from "../buffer.ts"; import { MAX_ALLOC } from "./constants.ts"; import { HASH_DATA } from "./types.ts"; |