Implements SHA-1-Hashcode.
SHA-1-Hashcode impl | Implements SHA-1-Hashcode. |
Copyright | This program is free software. |
C-kern/ | Header file SHA-1-Hashcode. |
C-kern/ | Implementation file SHA-1-Hashcode impl. |
update_sha1hash | Implements calculating hash of 1 512 bit block. |
test |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2011 Jörg Seebohn
Header file SHA-1-Hashcode.
Implementation file SHA-1-Hashcode impl.
static void update_sha1hash( sha1_hash_t * sha1, const uint8_t block[64] )
Implements calculating hash of 1 512 bit block. See http://de.wikipedia.org
Implements calculating hash of 1 512 bit block.
static void update_sha1hash( sha1_hash_t * sha1, const uint8_t block[64] )