mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-12 14:36:56 +01:00
4 lines
90 B
C
4 lines
90 B
C
|
#include <openssl/whrlpool.h>
|
||
|
|
||
|
void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);
|