summaryrefslogtreecommitdiff
path: root/import_scrypt.sh
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 /import_scrypt.sh
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 'import_scrypt.sh')
-rwxr-xr-ximport_scrypt.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/import_scrypt.sh b/import_scrypt.sh
index 2270206..684379d 100755
--- a/import_scrypt.sh
+++ b/import_scrypt.sh
@@ -351,8 +351,6 @@ function import() {
generate_build_config_mk ../build-config.mk
- # Extract license from source file
- sed '/^\/\*-/,/^ \*\//!d' lib/crypto/crypto_scrypt.h > ../NOTICE
touch ../MODULE_LICENSE_BSD_LIKE
cd ..