forked from jedisct1/encpipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libhydrogen
updated
9 files
+47 −0 | .cmake-format.json | |
+0 −1 | .gitignore | |
+155 −85 | CMakeLists.txt | |
+1 −1 | README.md | |
+127 −0 | cmake/arduino-avr-toolchain.cmake | |
+1 −1 | cmake/hydrogen-config.cmake.in | |
+58 −0 | cmake/wasm32-wasi-toolchain.cmake | |
+6 −6 | impl/hash.h | |
+4 −0 | tests/tests.c |