aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-07-19 13:50:37 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-07-19 13:50:37 -0500
commitd14a074055a0a6a8f7ca15476710f6ad4daf86d9 (patch)
tree898110e01ee3bcc538aece5852455d1bba63bf6a /src
parentMerge pull request #4013 (diff)
parentcrypto: add a README pointing to the SUPERCOP licence (diff)
downloadmonero-d14a074055a0a6a8f7ca15476710f6ad4daf86d9.tar.xz
Merge pull request #4021
09f43b9 crypto: add a README pointing to the SUPERCOP licence (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r--src/crypto/crypto_ops_builder/ref10/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crypto/crypto_ops_builder/ref10/README.md b/src/crypto/crypto_ops_builder/ref10/README.md
new file mode 100644
index 000000000..59193305b
--- /dev/null
+++ b/src/crypto/crypto_ops_builder/ref10/README.md
@@ -0,0 +1,4 @@
+This code comes from Daniel J. Bernstein's SUPERCOP source,
+released in the public domain.
+
+[http://ed25519.cr.yp.to/software.html](http://ed25519.cr.yp.to/software.html)