Sign in
boringssl
/
boringssl
/
785e07b23d965e1e984c2ee9f6a0dbe06d3d658e
/
.
/
crypto
/
rsa
/
CMakeLists.txt
blob: c438e1d878bd72f2337ca80d09a2666042eb1565 [
file
] [
log
] [
blame
]
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.c
)
target_link_libraries(rsa_test crypto)