]> git.ipfire.org Git - thirdparty/nettle.git/commit
Add support for XTS encryption mode
authorSimo Sorce <simo@redhat.com>
Thu, 4 Oct 2018 18:38:50 +0000 (14:38 -0400)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 24 Mar 2019 10:40:53 +0000 (11:40 +0100)
commitd74d1674bee8c844263d958b86a028eb10f05043
treed555b24194f1cbb3438052ae24e63b1afbb5e1a7
parentd85e39b5da8fc60bb6055720a1ddeaa31951da02
Add support for XTS encryption mode

XEX encryption mode with tweak and ciphertext stealing (XTS) is
standardized in IEEE 1619 and generally used for storage devices.

Signed-off-by: Simo Sorce <simo@redhat.com>
Makefile.in
nettle.texinfo
testsuite/.gitignore
testsuite/.test-rules.make
testsuite/Makefile.in
testsuite/xts-test.c [new file with mode: 0644]
xts-aes128.c [new file with mode: 0644]
xts-aes256.c [new file with mode: 0644]
xts.c [new file with mode: 0644]
xts.h [new file with mode: 0644]