Skip to content

Commit 6dea565

Browse files
Merge pull request #87 from walters-labs/jacksonwalters-move-disclaimer-to-top
move disclaimer to top of `README.md`
2 parents ca825c5 + 2417504 commit 6dea565

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
Full-stack encrypted messaging application using lattice-based methods in Rust + PHP + SQL.
77

8+
## Disclaimer
9+
10+
This app is meant for educational use.
11+
12+
The encryption methods used have not been hardened against timing attacks or other side-channel attacks.
13+
14+
This code has not been audited for security.
15+
816
## iOS
917

1018
iOS frontend written in Swift: [https://github.com/open-encrypt/open-encrypt-ios](https://github.com/open-encrypt/open-encrypt-ios)
@@ -18,14 +26,6 @@ The public API key is `open-encrypt-public-api-key`. It is currently rate limite
1826
- Documentation: [https://docs.open-encrypt.com](https://docs.open-encrypt.com)
1927
- RapidAPI: [https://rapidapi.com/jacksonwalters/api/open-encrypt](https://rapidapi.com/jacksonwalters/api/open-encrypt)
2028

21-
## Disclaimer
22-
23-
This app is meant for educational use.
24-
25-
The encryption methods used have not been hardened against timing attacks or other side-channel attacks.
26-
27-
This code has not been audited for security.
28-
2929
## Encryption methods
3030

3131
Currently using Rust binaries `ring-lwe` v0.1.8 and `module-lwe` v0.1.5.

0 commit comments

Comments
 (0)