Sign in
fuchsia
/
third_party
/
boringssl
/
c5eb4676b69d6431cce4904ddc3703f3358a2fd9
/
.
/
crypto
/
chacha
/
CMakeLists.txt
blob: 266e8699ac11384a7a76fd002508e77d2fbc1793 [
file
] [
log
] [
blame
]
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}
)