mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 16:42:21 -05:00
4 lines
200 B
TypeScript
4 lines
200 B
TypeScript
|
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||
|
export { default as randomBytes } from "./_crypto/randomBytes.ts";
|
||
|
export { pbkdf2, pbkdf2Sync } from "./_crypto/pbkdf2.ts";
|