diff options
author | Dees Troy <dees_troy@teamw.in> | 2013-11-19 17:09:37 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2013-11-19 17:09:38 +0100 |
commit | bc183725cd9c06bf8611bd82e7b30806c6faca5f (patch) | |
tree | 76478c9e1a1a51631415a5ce0c36057babd82027 /crypto/scrypt/lib/README | |
parent | Add check for making sure theme exists for device (diff) | |
parent | Update decrypt for 4.4 (diff) | |
download | android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.gz android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.bz2 android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.lz android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.xz android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.zst android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.zip |
Diffstat (limited to 'crypto/scrypt/lib/README')
-rw-r--r-- | crypto/scrypt/lib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/scrypt/lib/README b/crypto/scrypt/lib/README new file mode 100644 index 000000000..3bb211e84 --- /dev/null +++ b/crypto/scrypt/lib/README @@ -0,0 +1,6 @@ +The source code under this directory is taken from the client for the +Tarsnap online backup system (and released under the 2-clause BSD license +with permission of the author); keeping this code in sync with the Tarsnap +code is highly desirable and explains why there is some functionality +included here which is not actually used by the scrypt file encryption +utility. |