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