cryptobox-hd
v1.0.1
Published
High-level API with persistent storage for Proteus-HD.
Downloads
172
Readme
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
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