Sign in
cobalt
/
cobalt
/
5317c63c8861be081071731ce7051689e33a46d1
/
.
/
third_party
/
boringssl
/
src
/
crypto
/
curve25519
/
CMakeLists.txt
blob: 0f2821861907e51ce2b536657c88331c5cc286ce [
file
] [
log
] [
blame
]
include_directories(../../include)
if(${ARCH} STREQUAL "arm")
set(
CURVE25519_ARCH_SOURCES
asm/x25519-asm-arm.S
)
endif()
add_library(
curve25519
OBJECT
spake25519.c
${CURVE25519_ARCH_SOURCES}
)