Files
paparazzi/conf/modules/haclc.xml
T
Michal Podhradsky d66fc0c3b7 galois embedded crypto module and secure transport (#2205)
* Added RNG for NPS, cleaned up telemetry config files
* Added Rust submodules
* Added simple status message
* Updated gec transport and key exchange
* Update pprzink
* Compilation fix for Travis
2018-01-19 00:09:17 +01:00

28 lines
887 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="haclc">
<doc>
<description>
HACL* verified cryptographic library
see https://github.com/mitls/hacl-star for details
</description>
</doc>
<makefile target="!fbw|sim">
<file name="Hacl_Chacha20Poly1305.c" dir="../ext/hacl-c"/>
<file name="kremlib.c" dir="../ext/hacl-c"/>
<file name="FStar.c" dir="../ext/hacl-c"/>
<file name="Hacl_Policies.c" dir="../ext/hacl-c"/>
<file name="AEAD_Poly1305_64.c" dir="../ext/hacl-c"/>
<file name="Hacl_Chacha20.c" dir="../ext/hacl-c"/>
<file name="Hacl_Curve25519.c" dir="../ext/hacl-c"/>
<file name="Hacl_Ed25519.c" dir="../ext/hacl-c"/>
<file name="Hacl_SHA2_512.c" dir="../ext/hacl-c"/>
<define name="KRML_NOUINT128"/>
<raw>
# tell Makefile.ac to generate keys
GENERATE_KEYS = 1
</raw>
</makefile>
</module>