Relative Content

Tag Archive for caes

a dm-crypt compatible aes-xts-plain64 decrypter

I need a portable decrypter that would be compatible with Linux dm-crypt aes-xts-plain64. While there is a plenty of aes implementations that would be compatible with aes-ecb, it looks I didn’t find any C library that would provide something similar to aes_xts_plain64(uint8_t *buff, const uint8_t key[32], unsigned block_number).