Skip to content

Commit b613717

Browse files
author
Daan Sprenkels
committed
hazmat: remove SHA256 decl.
1 parent dc8c3a9 commit b613717

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hazmat.c

-6
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ typedef struct {
3030
} ByteShare;
3131

3232

33-
extern void
34-
FIPS202_SHAKE256(const unsigned char *in, unsigned long long inLen,
35-
unsigned char *out, unsigned long long outLen);
36-
37-
38-
3933
static void
4034
bitslice(uint32_t r[8], const uint8_t x[32])
4135
{

0 commit comments

Comments
 (0)