-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adrien Gallouët <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule libhydrogen
updated
25 files
+114 −44 | .clang-format | |
+1 −1 | LICENSE | |
+1 −1 | Makefile | |
+2 −1 | Makefile.arduino | |
+11 −0 | build.zig | |
+2 −1 | hydrogen.c | |
+24 −24 | hydrogen.h | |
+2 −2 | impl/common.h | |
+2 −4 | impl/core.h | |
+1 −1 | impl/gimli-core/sse2.h | |
+6 −6 | impl/hash.h | |
+12 −12 | impl/hydrogen_p.h | |
+6 −6 | impl/pwhash.h | |
+7 −5 | impl/random.h | |
+2 −2 | impl/random/avr.h | |
+6 −1 | impl/random/esp32.h | |
+3 −3 | impl/random/mbed.h | |
+1 −1 | impl/random/particle.h | |
+47 −0 | impl/random/stm32.h | |
+1 −1 | impl/random/unix.h | |
+1 −1 | impl/secretbox.h | |
+2 −2 | impl/sign.h | |
+22 −20 | impl/x25519.h | |
+1 −1 | library.properties | |
+8 −8 | tests/tests.c |