mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
10 lines
285 B
JavaScript
10 lines
285 B
JavaScript
|
|
// Security, Encryption, and Authorization: SEA.js
|
|
// MANDATORY READING: http://gun.js.org/explainers/data/security.html
|
|
// THIS IS AN EARLY ALPHA!
|
|
|
|
function SEA(){}
|
|
if(typeof window !== "undefined"){ (SEA.window = window).SEA = SEA }
|
|
|
|
module.exports = SEA;
|
|
|