commit | 89e80c9a4365b76fcdef9ae4128fc81e207d474a | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Mar 20 13:50:09 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Mar 20 13:50:09 2012 +0000 |
tree | 2c7815f4d8afda352d4a6b1c875f6a53885c0d18 | |
parent | b6ad62dd211f092b11b494a66b4d15a923dcf4bc [diff] [blame] |
- Added base Galois/Counter mode (GCM) for AES
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 9456e06..8b2e932 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -18,6 +18,7 @@ entropy.c entropy_poll.c error.c + gcm.c havege.c md.c md_wrap.c