From df3e6466e56dc8bc272831425efbb6fc7172de06 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 19 Sep 2017 12:42:28 -0400 Subject: Deprecate package transform Unclear what's up with #825 but in any case this function is funky and I don't care enough to try to debug/fix it... --- src/lib/misc/aont/package.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib') diff --git a/src/lib/misc/aont/package.h b/src/lib/misc/aont/package.h index d090e0725..8b2ed1b1f 100644 --- a/src/lib/misc/aont/package.h +++ b/src/lib/misc/aont/package.h @@ -22,6 +22,7 @@ namespace Botan { * @param output the output data buffer (must be at least * input_len + cipher->BLOCK_SIZE bytes long) */ +BOTAN_DEPRECATED("Possibly broken, avoid") void BOTAN_DLL aont_package(RandomNumberGenerator& rng, BlockCipher* cipher, const uint8_t input[], size_t input_len, @@ -35,6 +36,7 @@ void BOTAN_DLL aont_package(RandomNumberGenerator& rng, * @param output the output data buffer (must be at least * input_len - cipher->BLOCK_SIZE bytes long) */ +BOTAN_DEPRECATED("Possibly broken, avoid") void BOTAN_DLL aont_unpackage(BlockCipher* cipher, const uint8_t input[], size_t input_len, uint8_t output[]); -- cgit v1.2.3