diff options
Diffstat (limited to 'runtime/ops/crypto.rs')
-rw-r--r-- | runtime/ops/crypto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/crypto.rs b/runtime/ops/crypto.rs index a73843a33..accd40ab5 100644 --- a/runtime/ops/crypto.rs +++ b/runtime/ops/crypto.rs @@ -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. use deno_crypto::op_get_random_values; use deno_crypto::rand::rngs::StdRng; use deno_crypto::rand::SeedableRng; |