boringssl/crypto/ecdh_extra/CMakeLists.txt
Adam Langley 4732c544f7 Add ECDH_compute_key_fips inside the module.
This change adds a function so that an ECDH and the hashing of the
resulting 'x' coordinate can occur inside the FIPS boundary.

Change-Id: If93c20a70dc9dcbca49056f10915d3ce064f641f
Reviewed-on: https://boringssl-review.googlesource.com/30104
Reviewed-by: Adam Langley <agl@google.com>
2018-07-30 22:40:31 +00:00

10 lines
90 B
CMake

include_directories(../../include)
add_library(
ecdh_extra
OBJECT
ecdh_extra.c
)