summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/aes.h4
1 files changed, 4 insertions, 0 deletions
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);
+
+