/cryptobox-hd

High-level API with persistent storage for Proteus-HD.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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