commit | b053658f95d7bd1b40a2cffd594e81c22e4e9e06 | [log] [tgz] |
---|---|---|
author | Aorimn <aorimn@gmail.com> | Sun Jan 31 12:08:23 2016 +0100 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Wed Jun 13 11:56:03 2018 +0100 |
tree | f3946c44bca46e28135131b4771146f1aa79e85c | |
parent | 9f52aebe2e19d13d427a64ac66dbfb085b2f74da [diff] [blame] |
Add 2 files for multiplication in GF(128) Multiplication in GF(128) is required by the AES-XEX mode for computing X in the XEX formula from https://en.wikipedia.org/wiki/Disk_encryption_theory#Xor-encrypt-xor_.28XEX.29
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 60fa7f8..03d3f6c 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -29,6 +29,7 @@ entropy_poll.c error.c gcm.c + gf128mul.c havege.c hkdf.c hmac_drbg.c