Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
628b3c7f2fdf68519c27dc087c400ca616616f4e
/
.
/
crypto
/
curve25519
/
CMakeLists.txt
blob: 4894fa8e34535131556dda0aec333a1899f95c20 [
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}
)