Add crypto.getRandomValues() (#2327)

This commit is contained in:
chiefbiiko 2019-05-17 20:03:01 +02:00 committed by Ryan Dahl
parent 7f6549532c
commit 00f6fa46b3
9 changed files with 128 additions and 1 deletions

View file

@ -14,7 +14,9 @@ import {
} from "./deps/https/deno.land/std/testing/asserts.ts";
export {
assert,
assertEquals
assertEquals,
assertNotEquals,
assertStrictEq
} from "./deps/https/deno.land/std/testing/asserts.ts";
interface TestPermissions {