Skip to content

Commit

Permalink
Make P384 code a little bit more generic
Browse files Browse the repository at this point in the history
This change makes it easy to reuse the P384 code which is quite
generic already. No algorithmic changes are made, only some code
is shuffled around. This prepares the ground for P521 implementation.
  • Loading branch information
vkrasnov committed Oct 6, 2023
1 parent b9e2b51 commit 28a970e
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 453 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ include = [
"crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl",
"crypto/fipsmodule/ec/ecp_nistz.c",
"crypto/fipsmodule/ec/ecp_nistz.h",
"crypto/fipsmodule/ec/ecp_nistz384.h",
"crypto/fipsmodule/ec/ecp_nistz384.inl",
"crypto/fipsmodule/ec/ecp_nistz.inl",
"crypto/fipsmodule/ec/gfp_p256.c",
"crypto/fipsmodule/ec/gfp_p384.c",
"crypto/fipsmodule/ec/p256.c",
Expand Down
Loading

0 comments on commit 28a970e

Please sign in to comment.