Difference between revisions of "Sha256"
Jump to navigation
Jump to search
m |
m |
||
Line 4: | Line 4: | ||
Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet<br> | Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet<br> | ||
Distributed under the BSD License<br> | Distributed under the BSD License<br> | ||
See | See http://pajhome.org.uk/crypt/md5 for details.<br> | ||
Also https://anmar.eu.org/projects/jssha2/ | Also https://anmar.eu.org/projects/jssha2/ | ||
Latest revision as of 06:59, 3 August 2020
This page has been updated to comply with Release 2.6.x of BOARD18. |
Design Document edit | |
This is a JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined
in FIPS 180-2 Version 2.2
Copyright Angel Marin, Paul Johnston 2000 - 2009.
Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
Distributed under the BSD License
See http://pajhome.org.uk/crypt/md5 for details.
Also https://anmar.eu.org/projects/jssha2/
The function in this script file, named hex_sha256(), is used by the following files:
- access-denied.html
- index.html
- board18Admin.js
- board18index.js