mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05: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";
|