Skip to content

Commit

Permalink
Merge pull request #4587 from randombit/jack/split-blinding
Browse files Browse the repository at this point in the history
Split blinding into a submodule
  • Loading branch information
randombit authored Jan 24, 2025
2 parents 51d0f2c + dc41baf commit c637fc6
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions src/lib/pubkey/blinding/info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<defines>
PUBLIC_KEY_BLINDING -> 20250125
</defines>

<module_info>
name -> "Public Key Blinding"
brief -> "Helper for BigInt blinding"
type -> "Internal"
</module_info>

<header:internal>
blinding.h
</header:internal>

<requires>
bigint
rng
</requires>
1 change: 1 addition & 0 deletions src/lib/pubkey/dh/info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dh.h
</header:public>

<requires>
blinding
dl_algo
dl_group
numbertheory
Expand Down
1 change: 1 addition & 0 deletions src/lib/pubkey/elgamal/info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name -> "ElGamal"
</module_info>

<requires>
blinding
dl_algo
dl_group
keypair
Expand Down
1 change: 0 additions & 1 deletion src/lib/pubkey/info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ x509_key.h
</header:public>

<header:internal>
blinding.h
pk_ops_impl.h
workfactor.h
</header:internal>
Expand Down
1 change: 1 addition & 0 deletions src/lib/pubkey/rsa/info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name -> "RSA"
</module_info>

<requires>
blinding
keypair
numbertheory
emsa_pssr
Expand Down

0 comments on commit c637fc6

Please sign in to comment.