Crypto v2 draft working

This commit is contained in:
jaseg 2020-03-10 12:20:55 +01:00
parent 6880468862
commit 0cd07d397f
8 changed files with 211 additions and 135 deletions

3
.gitmodules vendored
View file

@ -16,3 +16,6 @@
[submodule "controller/fw/musl"]
path = controller/fw/musl
url = git://git.musl-libc.org/musl
[submodule "controller/fw/crypto-algorithms"]
path = controller/fw/crypto-algorithms
url = https://github.com/B-Con/crypto-algorithms