UNPKG

@haventec/sjcl

Version:

Stanford Javascript Crypto Library - Haventec sha512 version

9 lines (8 loc) 176 B
if(typeof module !== 'undefined' && module.exports){ module.exports = sjcl; } if (typeof define === "function") { define([], function () { return sjcl; }); }