@wireapp/cryptobox
Version:
High-level API with persistent storage for Proteus.
31 lines (17 loc) • 806 B
Markdown
# Wire
This repository is part of the source code of Wire. You can find more information at [wire.com](https://wire.com) or by contacting opensource@wire.com.
You can find the published source code at [github.com/wireapp](https://github.com/wireapp).
For licensing information, see the attached LICENSE file and the list of third-party licenses at [wire.com/legal/licenses/](https://wire.com/legal/licenses/).
## Cryptobox
Cryptobox provides a high-level API with persistent storage for the [Proteus][2] implementation of the [Axolotl][3] protocol.
[2]: https://github.com/wireapp/proteus
[3]: https://github.com/trevp/axolotl/wiki
### Installation
```bash
yarn add @wireapp/cryptobox
```
### Usage
#### Browser
* [demo.html](./src/demo/demo.html)
#### Node.js
* [demo.js](./src/demo/demo.js)