-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest BearSSL w/es22519 fix (#5468)
- Loading branch information
1 parent
4c8d8f1
commit 8c7dc4a
Showing
4 changed files
with
26 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile | ||
#define BEARSSL_GIT 95c20d1 | ||
#define BEARSSL_GIT 2398cc6 |
Binary file not shown.
Submodule bearssl
updated
12 files
+24 −0 | inc/bearssl_ec.h | |
+4 −0 | mk/Rules.mk | |
+1 −0 | mk/mkrules.sh | |
+25 −0 | src/ec/ec_all_m31.c | |
+6 −6 | src/ec/ec_c25519_i15.c | |
+9 −6 | src/ec/ec_c25519_i31.c | |
+6 −6 | src/ec/ec_c25519_m15.c | |
+6 −6 | src/ec/ec_c25519_m31.c | |
+601 −0 | src/ec/ec_c25519_m62.c | |
+37 −3 | test/test_crypto.c | |
+14 −0 | test/test_speed.c | |
+2 −0 | tools/names.c |