Make crypto lib naming more consistent

This commit is contained in:
2020-02-27 15:59:29 -05:00
parent 8cca9a2930
commit aff4be3a65
10 changed files with 19 additions and 19 deletions

View File

@@ -42,4 +42,4 @@ add_custom_command(TARGET payload POST_BUILD
add_library(experiments experiments/aes_sw.c
experiments/system.c
experiments/power.c)
add_library(crypto_host crypto/aes_sw_impl.c crypto/aes_sw_host.c)
add_library(host_crypto crypto/aes_sw_impl.c crypto/aes_sw_host.c)