From 7efff8d87f9257e6c48ad686252a95bfacfac42d Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 5 Jun 2018 17:12:20 +1000 Subject: [PATCH] README: make explicit the use of asciidoc --- README | 3 --- README.adoc | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 README create mode 100644 README.adoc diff --git a/README b/README deleted file mode 100644 index 1b17310..0000000 --- a/README +++ /dev/null @@ -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... diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..c3b849f --- /dev/null +++ b/README.adoc @@ -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...