Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
45fb1be33e6194aa8c7c414416b6cc657df660f4
/
.
/
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)