]> git.ipfire.org Git - thirdparty/nettle.git/commit
Implement balloon password hashing
authorZoltan Fridrich <zfridric@redhat.com>
Wed, 14 Sep 2022 08:07:19 +0000 (10:07 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 14 Sep 2022 19:09:34 +0000 (21:09 +0200)
commitf281a95547600bcc7a7069c84a6abc9b9dc3997d
treed8bc4d8b810df9b8cbe8587159eebac5d469c808
parent8e2adda2c48152e6d7270035547ae5477756ceb8
Implement balloon password hashing
Makefile.in
balloon-sha1.c [new file with mode: 0644]
balloon-sha256.c [new file with mode: 0644]
balloon-sha384.c [new file with mode: 0644]
balloon-sha512.c [new file with mode: 0644]
balloon.c [new file with mode: 0644]
balloon.h [new file with mode: 0644]
testsuite/.gitignore
testsuite/Makefile.in
testsuite/balloon-test.c [new file with mode: 0644]