From 9dd135acebad937b70a579de4686b871560e90f2 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 14:15:48 +0000 Subject: Adding AES encryption to spanningtree links git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2568 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/aes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/aes.h') diff --git a/include/aes.h b/include/aes.h index 66e68cac9..05381954a 100644 --- a/include/aes.h +++ b/include/aes.h @@ -161,3 +161,7 @@ private: #endif // __RIJNDAEL_H__ +void to64frombits(unsigned char *out, const unsigned char *in, int inlen); +int from64tobits(char *out, const char *in, int maxlen); + + -- cgit v1.2.3