Sign in
boringssl
/
boringssl.git
/
c2ae53db6dff3b8a773c43e16e3efaf20ff4c7da
/
.
/
crypto
/
rsa
/
CMakeLists.txt
blob: bd8ad3b85cdc572dd36a08105922d3aba70fc3c6 [
file
]
include_directories(../../include)
add_library(
rsa
OBJECT
rsa.c
rsa_impl.c
blinding.c
padding.c
rsa_asn1.c
)
add_executable(
rsa_test
rsa_test.cc
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(rsa_test crypto)