diff options
Diffstat (limited to 'src/lib/block/shacal2/shacal2.h')
-rw-r--r-- | src/lib/block/shacal2/shacal2.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/block/shacal2/shacal2.h b/src/lib/block/shacal2/shacal2.h index b752a0339..7396f4135 100644 --- a/src/lib/block/shacal2/shacal2.h +++ b/src/lib/block/shacal2/shacal2.h @@ -10,14 +10,12 @@ #include <botan/block_cipher.h> -BOTAN_FUTURE_INTERNAL_HEADER(shacal2.h) - namespace Botan { /** * SHACAL2 */ -class BOTAN_PUBLIC_API(2,3) SHACAL2 final : public Block_Cipher_Fixed_Params<32, 16, 64, 4> +class SHACAL2 final : public Block_Cipher_Fixed_Params<32, 16, 64, 4> { public: void encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const override; |