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

..03-May-2022-

READMEH A D03-Jul-2021339 1712

gc-pbkdf2-sha1.cH A D03-Jul-20212.9 KiB10760

gc-pbkdf2-sha1.hH A D03-Jul-20211.2 KiB4114

hmac-sha1.cH A D03-Jul-20212 KiB8238

hmac.hH A D03-Jul-20211.6 KiB447

memxor.cH A D03-Jul-20211.2 KiB3610

memxor.hH A D03-Jul-20211.2 KiB325

sha1.cH A D03-Jul-202113.1 KiB429290

sha1.hH A D03-Jul-20213.2 KiB10037

README

1The following files were taken from gnulib.
2
3  * gc-pbkdf2-sha1.c
4  * hmac-sha1.c
5  * hmac.h
6  * memxor.c
7  * memxor.h
8  * sha1.c
9  * sha1.h
10
11I added gc-pbkdf2-sha1.h to have a nice header file to use.
12
13Some files were slightly modified to remove the gnulib dependency
14and to make them compile using MSVC.
15
16  - Marc Maurer, March 20, 2010
17