1
0
mirror of https://github.com/fumiama/simple-crypto.git synced 2026-06-22 15:00:24 +08:00

update api

This commit is contained in:
源文雨
2022-10-14 20:32:52 +08:00
parent 95f76aa730
commit efa7cfab66
3 changed files with 213 additions and 146 deletions

View File

@@ -12,8 +12,7 @@ endif()
add_compile_options(-std=c99)
message(STATUS "optional:-std=c99")
set(TEST 0)
if(TEST)
if($ENV{BUILDTEST})
add_definitions(-DTEST_SIMPLE_CRYPTO)
add_executable(smd5 md5.c)
add_executable(stea tea.c)