Skip to content
Snippets Groups Projects
Commit 2f7727e6 authored by fireice-uk's avatar fireice-uk
Browse files

rename soft_aes.c

parent 8ee452ee
No related branches found
No related tags found
No related merge requests found
......@@ -36,14 +36,13 @@ static inline uint64_t _umul128(uint64_t a, uint64_t b, uint64_t* hi)
#error You are trying to do a 32-bit build. This will all end in tears. I know it.
#endif
#include "soft_aes.hpp"
extern "C"
{
void keccak(const uint8_t *in, int inlen, uint8_t *md, int mdlen);
void keccakf(uint64_t st[25], int rounds);
extern void(*const extra_hashes[4])(const void *, size_t, char *);
__m128i soft_aesenc(__m128i in, __m128i key);
__m128i soft_aeskeygenassist(__m128i key, uint8_t rcon);
}
// This will shift and xor tmp1 into itself as 4 32-bit vals such as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment