Home
last modified time | relevance | path

Searched refs:byteArrayToHex (Results 1 – 2 of 2) sorted by relevance

/plugin/dokucrypt/
H A Dscript.js141 kmd5e = byteArrayToHex(digestBits);
148 kmd5o = byteArrayToHex(digestBits);
152 hs = byteArrayToHex(key);
757 function byteArrayToHex(byteArray) { function
1661 var h = hexSentinel + byteArrayToHex(b) + hexEndSentinel;
/plugin/dokucrypt2/
H A Dscript.js197 kmd5e = byteArrayToHex(digestBits);
204 kmd5o = byteArrayToHex(digestBits);
208 hs = byteArrayToHex(key);
829 function byteArrayToHex(byteArray) { function
943 // this array to hex, invoke byteArrayToHex() on it.
954 //dump("IV", byteArrayToHex(ct));
986 // this array to a hex string, invoke byteArrayToHex() on it. To convert it
1123 //dump("Mouse Move", byteArrayToHex(entropyData.slice(-3)));
1169 //dump("keyFromEntropy", byteArrayToHex(k));
1733 var h = hexSentinel + byteArrayToHex(
[all...]