From d8d8fc7a0d139e7b864eee3b573bd208f823ad4f Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 19 Oct 2014 18:45:03 +0200 Subject: initial import, no crypto --- wmscrypt.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 wmscrypt.h (limited to 'wmscrypt.h') diff --git a/wmscrypt.h b/wmscrypt.h new file mode 100644 index 0000000..c7271cb --- /dev/null +++ b/wmscrypt.h @@ -0,0 +1,15 @@ +#ifndef WMSCRYPT_H +#define WMSCRYPT_H + +#include + +namespace wms +{ + +void decrypt_block(quint8 *dst, const quint8 *src); +void decrypt_block_cbc(quint8 *dst, const quint8 *src, int len, const quint8 *iv); + +} + + +#endif // WMSCRYPT_H -- cgit v1.2.3