tagging.h 154 B

12345678
  1. #ifndef _TAGGING_H_
  2. #define _TAGGING_H_
  3. #include "ptwist.h"
  4. int generate_slitheen_id(byte *slitheen_id, byte stored_key[16]);
  5. #endif /* _TAGGING_H_ */