MCPcopy
hub / github.com/bitwiseshiftleft/sjcl / error

Function error

demo/example.js:19–21  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

17
18/* there's probaby a better way to tell the user something, but oh well */
19function error(x) {
20 alert(x);
21}
22
23/* compute PBKDF2 on the password. */
24function doPbkdf2(decrypting) {

Callers 3

doPbkdf2Function · 0.85
doEncryptFunction · 0.85
doDecryptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected