diff options
Diffstat (limited to 'src/crypto/blake2s.c')
-rw-r--r-- | src/crypto/blake2s.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/crypto/blake2s.c b/src/crypto/blake2s.c index d5d65c1..e945992 100644 --- a/src/crypto/blake2s.c +++ b/src/crypto/blake2s.c @@ -48,11 +48,6 @@ static const u8 blake2s_sigma[10][16] = { {10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0}, }; -static inline u32 le32_to_cpuvp(const void *p) -{ - return le32_to_cpup(p); -} - static inline void blake2s_set_lastblock(struct blake2s_state *state) { if (state->last_node) |