diff options
Diffstat (limited to 'std/node/crypto.ts')
-rw-r--r-- | std/node/crypto.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/crypto.ts b/std/node/crypto.ts index 0db8e2b13..8b933a99c 100644 --- a/std/node/crypto.ts +++ b/std/node/crypto.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { default as randomBytes } from "./_crypto/randomBytes.ts"; import { pbkdf2, pbkdf2Sync } from "./_crypto/pbkdf2.ts"; |