summaryrefslogtreecommitdiff
path: root/NOTICE
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-06-13 16:43:17 -0700
committerKenny Root <kroot@google.com>2013-06-14 09:16:52 -0700
commit187f492d9d783d53893c3dea07c0b14841ba61f8 (patch)
tree863c05962ae54cd84dc2bbdb4a13922438044d1b /NOTICE
parent1584952c4d6d70f27808fda240c73d904c680c2e (diff)
downloadscrypt-187f492d9d783d53893c3dea07c0b14841ba61f8.tar.gz
Add NEON accelerated functions
Reference implementation: ScryptTest.TestVectors (2588 ms) NEON acceleration: ScryptTest.TestVectors (1169 ms) Change-Id: I23974b2f0f64435696e75acfbdee1115a699abae
Diffstat (limited to 'NOTICE')
-rw-r--r--NOTICE8
1 files changed, 8 insertions, 0 deletions
diff --git a/NOTICE b/NOTICE
index e88e916..b0b9311 100644
--- a/NOTICE
+++ b/NOTICE
@@ -26,3 +26,11 @@
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
*/
+
+/*
+ * version 20110505
+ * D. J. Bernstein
+ * Public domain.
+ *
+ * Based on crypto_core/salsa208/armneon/core.c from SUPERCOP 20130419
+ */