npm.io
6.2.1 • Published 8 years ago

wire-webapp-cryptobox

Licence
GPL-3.0
Version
6.2.1
Deps
6
Vulns
1
Weekly
0
DeprecatedThis package is deprecated

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

Cryptobox

Cryptobox provides a high-level API with persistent storage for the Proteus implementation of the Axolotl protocol.

Build Status

Build Status

Installation

Browser
bower install wire-webapp-cryptobox
Node.js
yarn add wire-webapp-cryptobox

Usage

Browser
Node.js

Development

Testing

Run individual test:

# Example
gulp test_browser --file "common/CacheSpec.js"

Run all tests (in Chrome & Node.js):

yarn test