Botan

XTS mode, from IEEE P1619

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

abstract class  XTSMode: botan.modes.cipher_mode.CipherMode, botan.algo_base.transform.Transformation;

IEEE P1619 XTS Mode


class  XTSEncryption: botan.modes.xts.XTSMode, botan.algo_base.transform.Transformation;

IEEE P1619 XTS Encryption


class  XTSDecryption: botan.modes.xts.XTSMode, botan.algo_base.transform.Transformation;

IEEE P1619 XTS Decryption