High-level API with persistent storage for Proteus-HD.
npm install cryptobox-hdNote: 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][2] implementation of the [Signal Protocol][3].
[2]: https://github.com/ceoimon/proteus-hd
[3]: https://signal.org/docs/

``bash`
yarn add cryptobox-hd
Use a module bundler or UMD builds in the dist folder
- index.js
Run individual test:
`bash`Example
gulp test_browser --file "common/CacheSpec.js"
Run all tests (in Chrome & Node.js):
`bash``
yarn test