Skip to content

Commit 83d8833

Browse files
committed
Update README introduction to distance the project from OWS
1 parent 514a402 commit 83d8833

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[![Build Status](https://travis-ci.org/joebandenburg/libaxolotl-javascript.svg?branch=master)](https://travis-ci.org/joebandenburg/libaxolotl-javascript)
22

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).
78

89
Currently this implementation only supports version 3 of the protocol.
910

11+
**WARNING: This implementation has not yet been independently audited. That means you should probably not use it.**
12+
1013
## Installation
1114

1215
### Node.js

0 commit comments

Comments
 (0)