From ea44b103f0f8c1d2048867d9a17861a9dd23e60d Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 17 Apr 2016 16:27:25 +0200 Subject: [PATCH] restructuralize README a bit --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index db8e118..1ceb8a7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,29 @@ quantum-computer-resistant algorithms: Codecrypt is free software. The code is licensed under terms of LGPL3 in a good hope that it will make combinations with other tools easier. -##### Used cryptography +#### Why this? + +Go read http://pqcrypto.org/ + +#### Links + + - infopage: http://e-x-a.org/codecrypt/ + - *package downloads*: http://e-x-a.org/codecrypt/files/ + +#### Distro packages + + - Gentoo packages: https://packages.gentoo.org/packages/app-crypt/codecrypt + with current ebuild usually available at http://e-x-a.org/codecrypt/files + - Debian packages: currently in mentors processing, use `debian/rules + mk-orig-source && gbp buildpackage`. + - Arch linux: see https://aur.archlinux.org/packages/codecrypt/ + +#### Documentation + +There is a complete, UNIXy manual page supplied with the package. You can view +it online here: http://e-x-a.org/codecrypt/ccr.1.html + +##### Used cryptography overview To achieve the stated goal, codecrypt uses a lot of (traditional, but "quantum-secure") cryptographic primitives. Choices of primitives were based on @@ -66,28 +88,6 @@ Caveats: Cryptography is **not intended for "online" use**, because some algorithms (especially the MDPC decoding) are (slightly) vulnerable to timing attacks. -#### Why this? - -Go read http://pqcrypto.org/ - -#### Links - - - infopage: http://e-x-a.org/codecrypt/ - - *package downloads*: http://e-x-a.org/codecrypt/files/ - -#### Distro packages - - - Gentoo packages: https://packages.gentoo.org/packages/app-crypt/codecrypt - with current ebuild usually available at http://e-x-a.org/codecrypt/files - - Debian packages: currently in mentors processing, use `debian/rules - mk-orig-source && gbp buildpackage`. - - Arch linux: see https://aur.archlinux.org/packages/codecrypt/ - -#### Documentation - -There is a complete, UNIXy manual page supplied with the package. You can view -it online here: http://e-x-a.org/codecrypt/ccr.1.html - ## Quick How-To Everything is meant to work mostly like GnuPG, but with some good simplicity