8#ifndef BOTAN_IDEA_SSE2_H__
9#define BOTAN_IDEA_SSE2_H__
11#include <botan/idea.h>
23 void encrypt_n(
const byte in[],
byte out[],
size_t blocks)
const;
24 void decrypt_n(
const byte in[],
byte out[],
size_t blocks)
const;
BlockCipher * clone() const
size_t parallelism() const