mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-12 08:41:07 +00:00
9 lines
144 B
C
9 lines
144 B
C
|
/**
|
||
|
* Author......: Jens Steube <jens.steube@gmail.com>
|
||
|
* License.....: MIT
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
void sha1_64 (uint block[16], uint digest[5]);
|