Sign in
boringssl
/
boringssl.git
/
8a36e53abbf8560054c711c052b0a50c45d8a69a
/
.
/
crypto
/
chacha
/
CMakeLists.txt
blob: 6c3f87eeb02ff6c80a9b3d80fa5a879c4ed95957 [
file
]
include_directories(. .. ../../include)
if (${ARCH} STREQUAL "arm")
set(
CHACHA_ARCH_SOURCES
chacha_vec_arm.S
)
endif()
add_library(
chacha
OBJECT
chacha_generic.c
chacha_vec.c
${CHACHA_ARCH_SOURCES}
)