1
0
Fork 0
nrf51-cryptolib/eax.h

7 lines
191 B
C
Raw Normal View History

#pragma once
2016-06-07 12:51:42 -04:00
void aes128_eax(uint8_t *, uint8_t *, uint32_t, uint8_t *, uint32_t,
uint_fast8_t);
void aes128_eax_init(const uint8_t *, uint8_t *);
2016-06-07 12:42:08 -04:00
void eax_dump_state(void);