summaryrefslogtreecommitdiffstats
path: root/src/sha256.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/sha256.js')
-rw-r--r--src/sha256.js2
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