-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[crypto] Consolidate P-256 binaries for OTBN.
Now that IMEM has increased to 8kB, it saves considerable code size to unify the ECDH and ECDSA binaries for P-256. This also allows us to unify their key-generation routines internally, since it is the same procedure for both schemes. Code here is mostly moved, not substantially changed. Saves approximately 4.6kB of code size. Signed-off-by: Jade Philipoom <[email protected]> (cherry picked from commit a48bcd1)
- Loading branch information
1 parent
3782e61
commit 1cb500c
Showing
24 changed files
with
840 additions
and
1,352 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
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
Oops, something went wrong.