Sign in
boringssl
/
boringssl
/
4a3f0732fd15ce3f38cb1f0879d3f8e64db888dd
/
.
/
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)