8 #include <botan/sha1_x86_64.h>
22 void SHA_160_X86_64::compress_n(
const byte input[],
size_t blocks)
24 for(
size_t i = 0; i != blocks; ++i)
26 botan_sha160_x86_64_compress(&
digest[0], input, &
W[0]);
size_t hash_block_size() const
SecureVector< u32bit > digest