summaryrefslogtreecommitdiff
path: root/lib/SHA256.js
AgeCommit message (Collapse)Author
2013-10-14properly treat utf8 chars in passwordAzul
utf-8 encoding used to be bundled with the SHA256 library. However we only want to utf8 encode strings that are actual user input. We do not want to encode the bytearrays that are used when hashing the hex values calculated during for SRP. So I separated the utf-8 encoding and the sha256 hashing.
2012-10-12got signup to work in accordance with py srpAzul
2012-07-20moved src to lib and use relative path in require_treeAzul