podhrmic / pprzlink

Message and communication library for the Paparazzi UAV system
0 stars 0 forks source link

Add crypto library #3

Open podhrmic opened 7 years ago

podhrmic commented 7 years ago

Add hacl-c crypto snapshot into pprzlink.

Makefile for embedded targets provied.

Decide if it is better to compile the crypto as a separate library and then link against it, or if we should include the source files in the pprzlink makefile?

Include the crypto library in your demo program. Call for example this function https://github.com/podhrmic/pprzlink/blob/master/hacl-c/Chacha20.c#L235

podhrmic commented 7 years ago

Here is the original crypto lib repo: https://github.com/mitls/hacl-star