mobl.provides(‘mobl.crypto’);
mobl.provides(‘mobl.crypto’);
mobl.provides(‘mobl’);
(function(__ns) {
__ns.sha1 = function(s) {
return hex_sha1(s);
};
__ns.md5 = function(s) {
return hex_md5(s);
};
}(mobl.crypto));

Submitted by Terje Pedersen on 19 May 2011 at 09:25

Log in to post comments