axle OS
x86_32 UNIX-like hobby OS
crypto.h
1 #ifndef crypto_H
2 #define crypto_H
3 
4 #include "aes.h"
5 #include "sha256.h"
6 
7 #endif // crypto_H