-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libhydrogen submodule, formatting (#2)
* remove fmt script, use 1-liners for prototypes to avoid formatting annoyances * add run-locallib to test against submodule * update libhydrogen submodule 96d393b2109b99a469a98f4ad55936d35aa752f0
- Loading branch information
1 parent
da3232d
commit b57d0b4
Showing
6 changed files
with
14 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libhydrogen
updated
12 files
+1 −1 | LICENSE | |
+1 −1 | Makefile | |
+2 −2 | build.zig | |
+6 −0 | hydrogen.h | |
+10 −1 | impl/common.h | |
+5 −5 | impl/core.h | |
+5 −1 | impl/random.h | |
+9 −0 | impl/random/linux_kernel.h | |
+37 −0 | impl/random/rtthread.h | |
+21 −5 | impl/random/stm32.h | |
+3 −3 | impl/sign.h | |
+2 −2 | impl/x25519.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters