Skip to content

Commit

Permalink
Experimental C: support for HMAC based on SHA2_256
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Beurdouche committed Feb 24, 2017
1 parent e45e43a commit f0d027e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -28,7 +28,8 @@ set(SOURCE_FILES_EXPERIMENTAL
snapshots/hacl-c-experimental/cpuid.c
snapshots/hacl-c-experimental/drng.c
snapshots/hacl-c-experimental/Random.c
snapshots/hacl-c-experimental/SHA2.c
snapshots/hacl-c-experimental/SHA2_256.c
snapshots/hacl-c-experimental/HMAC_SHA2_256.c
snapshots/hacl-c-experimental/Chacha20.c
snapshots/hacl-c-experimental/Poly1305_64.c
snapshots/hacl-c-experimental/aead_chacha20_poly1305.c)
Expand Down

0 comments on commit f0d027e

Please sign in to comment.