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