UNPKG
@haventec/sjcl
Version:
latest (1.0.512)
1.0.512
Stanford Javascript Crypto Library - Haventec sha512 version
@haventec/sjcl
/
core
/
exports.js
9 lines
(8 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
if
(
typeof
module
!==
'undefined'
&&
module
.
exports
){
module
.
exports
= sjcl; }
if
(
typeof
define ===
"function"
) {
define
([],
function
(
) {
return
sjcl; }); }