UNPKG

755 BMarkdownView Raw
1# Wire
2
3This 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.
4
5You can find the published source code at [github.com/wireapp](https://github.com/wireapp).
6
7For licensing information, see the attached LICENSE file and the list of third-party licenses at [wire.com/legal/licenses/](https://wire.com/legal/licenses/).
8
9## Cryptobox
10
11Cryptobox provides a high-level API with persistent storage for the [Proteus][2] implementation of the [Axolotl][3] protocol.
12
13[2]: https://github.com/wireapp/proteus
14[3]: https://github.com/trevp/axolotl/wiki
15
16### Installation
17
18```bash
19yarn add @wireapp/cryptobox
20```
21
22### Usage
23
24#### Node.js
25
26- [demo.js](./src/demo/demo.js)