tp3
This commit is contained in:
8
tp3/lib_tea/xtea.h
Normal file
8
tp3/lib_tea/xtea.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _TEA_H
|
||||
#define _TEA_H
|
||||
#include <stdint.h>
|
||||
void encrypt_xtea (uint32_t* v, uint32_t const k[]);
|
||||
void decrypt_xtea (uint32_t* v, uint32_t const k[]);
|
||||
uint64_t hash_block_xtea(char b[24]);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user