mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
3 lines
200 B
TypeScript
3 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";
|