root.js 285 B

12345678910
  1. // Security, Encryption, and Authorization: SEA.js
  2. // MANDATORY READING: http://gun.js.org/explainers/data/security.html
  3. // THIS IS AN EARLY ALPHA!
  4. function SEA(){}
  5. if(typeof window !== "undefined"){ (SEA.window = window).SEA = SEA }
  6. module.exports = SEA;