• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D18-May-2016512 98

crypto_scrypt-nosse.cH A D03-May-20228.4 KiB300170

crypto_scrypt-sse.cH A D03-May-202210.8 KiB377239

crypto_scrypt.hH A D18-May-20162.1 KiB5110

params.cH A D18-May-201613.8 KiB574386

params.hH A D18-May-20163 KiB563

sha256.cH A D18-May-201612 KiB419262

sha256.hH A D18-May-20162.5 KiB6726

sysendian.hH A D18-May-20163.9 KiB14391

README

1The source code under this directory is taken from the client for the
2Tarsnap online backup system (and released under the 2-clause BSD license
3with permission of the author); keeping this code in sync with the Tarsnap
4code is highly desirable and explains why there is some functionality
5included here which is not actually used by the scrypt file encryption
6utility.
7
8It has been modified to use PHP's internal memory functions and to report
9more developer friendly error messages incase of invalid parameters.