How to use the ssb-keys.unboxBody function in ssb-keys

To help you get started, we’ve selected a few ssb-keys examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ssbc / ssb-db / minimal.js View on Github external
    value: function (content, key) { return ssbKeys.unboxBody(content, key) }
  }
github ssbc / ssb-identities / index.js View on Github external
    value: function (content, key) { return ssbKeys.unboxBody(content, key) }
  })
github ssbc / ssb-db / minimal.js View on Github external
    value: function (content, key) { return ssbKeys.unboxBody(content, key) }
  }