testing
This commit is contained in:
7
Data-Encryption-Standard/include/des.h
Normal file
7
Data-Encryption-Standard/include/des.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef DES_H
|
||||
#define DES_H
|
||||
|
||||
void des_encrypt(unsigned long long *message, unsigned long long key);
|
||||
void des_decrypt(unsigned long long *message, unsigned long long key);
|
||||
|
||||
#endif // DES_H
|
||||
Reference in New Issue
Block a user