diff options
Diffstat (limited to 'std/hash/_sha3/keccak.ts')
-rw-r--r-- | std/hash/_sha3/keccak.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/hash/_sha3/keccak.ts b/std/hash/_sha3/keccak.ts index 67cccca3c..403a2dcb0 100644 --- a/std/hash/_sha3/keccak.ts +++ b/std/hash/_sha3/keccak.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 { Sponge } from "./sponge.ts"; import { keccakf } from "./keccakf.ts"; |