README: make explicit the use of asciidoc

This commit is contained in:
Danny Robson 2018-06-05 17:12:20 +10:00
parent 974f5a50e7
commit 7efff8d87f
2 changed files with 3 additions and 3 deletions

3
README
View File

@ -1,3 +0,0 @@
A naive C++17 implementation of several cryptography primitives.
Do not use this code for anything that needs security. They are deliberately not secure against many types of attack (such as cache timing attacks). Many were literally written between/during rounds of Overwatch or while watching Netflix...

3
README.adoc Normal file
View File

@ -0,0 +1,3 @@
A naive cxx17 implementation of several cryptography primitives.
Do not use this code for anything that needs security. They are deliberately not secure against many types of attack (such as cache timing attacks, or _literally anything else_). Many were literally written between/during rounds of Overwatch or while watching Netflix...