diff options
author | Brian Turek <brian.turek@gmail.com> | 2017-01-02 11:08:18 -0600 |
---|---|---|
committer | Brian Turek <brian.turek@gmail.com> | 2017-01-02 11:08:18 -0600 |
commit | 9aabb6e5cc72e938d8eb420c27c0b3bdff51c3da (patch) | |
tree | 2ffb1a424ecbda04d09fd58649b53e2ef0c962c7 /src/sha256.js | |
parent | 1d65c177902e3bfe6f633c2b1164b0b910224a65 (diff) | |
download | jsSHA-9aabb6e5cc72e938d8eb420c27c0b3bdff51c3da.zip jsSHA-9aabb6e5cc72e938d8eb420c27c0b3bdff51c3da.tar.gz jsSHA-9aabb6e5cc72e938d8eb420c27c0b3bdff51c3da.tar.bz2 |
Updated copyright year
Diffstat (limited to 'src/sha256.js')
-rw-r--r-- | src/sha256.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sha256.js b/src/sha256.js index 6ef2060..6c01a73 100644 --- a/src/sha256.js +++ b/src/sha256.js @@ -3,7 +3,7 @@ defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding HMAC implementation as defined in FIPS PUB 198a - Copyright Brian Turek 2008-2016 + Copyright Brian Turek 2008-2017 Distributed under the BSD License See http://caligatio.github.com/jsSHA/ for more information |