rserv.h 243 B

12345678910
  1. #ifndef __RSERV_H_
  2. #define __RSERV_H_
  3. #include <stdlib.h>
  4. #include "ptwist.h"
  5. int check_tag(byte key[16], const byte privkey[PTWIST_BYTES],
  6. const byte tag[PTWIST_TAG_BYTES], const byte *context,
  7. size_t context_len);
  8. #endif /* _RSERV_H_ */