Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
6897dbece11cf1b89c7ee9957d3017f193cc80d5
/
.
/
crypto
/
rsa
/
CMakeLists.txt
blob: 82e6c50f7c514f0f822a41ac833367b68e0bf1fe [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
rsa
OBJECT
rsa.c
rsa_impl.c
blinding.c
padding.c
rsa_asn1.c
rsa_error.c
)
add_executable(
rsa_test
rsa_test.c
)
target_link_libraries(rsa_test crypto)