8 void comp128v1(uint8_t *sres, uint8_t *kc,
const uint8_t *ki,
const uint8_t *rand);
9 void comp128v23(uint8_t *sres, uint8_t *kc, uint8_t
const *ki, uint8_t
const *rand,
bool v2);
void comp128v1(uint8_t *sres, uint8_t *kc, const uint8_t *ki, const uint8_t *rand)
Calculate comp128v1 sres and kc from ki and rand.
void comp128v23(uint8_t *sres, uint8_t *kc, uint8_t const *ki, uint8_t const *rand, bool v2)
Calculate comp128v2 or comp128v3 sres and kc from ki and rand.