set(SRC
decrypt.c
encrypt.c
romulus_m_reference.c
skinny_reference.c
encrypt_wrapper.c
)
add_library(romulus-m STATIC ${SRC})
install(TARGETS romulus-m)