|
|
|
@ -530,7 +530,7 @@ Version 1 |
|
|
|
}; |
|
|
|
|
|
|
|
if (typeof(module) !== 'undefined' && module.exports) { |
|
|
|
module.exports = factory(require("./common-util"), require("chainpad-crypto"), require("tweetnacl")); |
|
|
|
module.exports = factory(require("./common-util"), require("chainpad-crypto"), require("tweetnacl/nacl-fast")); |
|
|
|
} else if ((typeof(define) !== 'undefined' && define !== null) && (define.amd !== null)) { |
|
|
|
define([ |
|
|
|
'/common/common-util.js', |
|
|
|
|