1.0.1 • Published 7 years ago

cryptobox-hd v1.0.1

Weekly downloads
24
License
GPL-3.0
Repository
github
Last release
7 years ago

Cryptobox-HD

Note: If you don't need header encryption, use the original Cryptobox instead

Cryptobox-HD provides a high-level API with persistent storage for the Proteus-HD implementation of the Signal Protocol.

Build Status

Build Status

Installation

Node.js

yarn add cryptobox-hd

Browser

Use a module bundler or UMD builds in the dist folder

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