botan.block.xtea_simd

XTEA in SIMD

Members

Classes

XTEASIMD
class XTEASIMD

XTEA implemented using SIMD operations

Functions

xtea_decrypt_8
void xtea_decrypt_8(ubyte[64] input, ubyte[64] output, uint[64] EK)
Undocumented in source. Be warned that the author may not have intended to support it.
xtea_encrypt_8
void xtea_encrypt_8(ubyte[64] input, ubyte[64] output, uint[64] EK)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)