File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/joebandenburg/libaxolotl-javascript.svg?branch=master )] ( https://travis-ci.org/joebandenburg/libaxolotl-javascript )
2
2
3
- A JavaScript port of [ libaxolotl] ( https://github.com/WhisperSystems/libaxolotl-android ) . Axolotl is a ratcheting forward
4
- secrecy protocol that works in synchronous and asynchronous messaging environments. The protocol overview is available
5
- [ here] ( https://github.com/trevp/axolotl/wiki ) , and the details of the wire format are available
6
- [ here] ( https://github.com/WhisperSystems/TextSecure/wiki/ProtocolV2 ) .
3
+ This project is an independent implementation of Axolotl in JavaScript. It is not endorsed by Open Whisper Systems.
4
+
5
+ Axolotl is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments.
6
+ The protocol overview is available [ here] ( https://github.com/trevp/axolotl/wiki ) , and the details of the TextSecure wire
7
+ format are available [ here] ( https://github.com/WhisperSystems/TextSecure/wiki/ProtocolV2 ) .
7
8
8
9
Currently this implementation only supports version 3 of the protocol.
9
10
11
+ ** WARNING: This implementation has not yet been independently audited. That means you should probably not use it.**
12
+
10
13
## Installation
11
14
12
15
### Node.js
You can’t perform that action at this time.
0 commit comments