Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script: Removes PublicKeyVerifier script #51

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/Schnorr.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@ linear relationships. A set of public keys `A` leaking the sum of their private
keys would allow the creation of a second set of public keys `B` with
`aggPubKey(A) = aggPubKey(B)`. This would make signatures created by set `A`
indistinguishable from signatures created by set `B`.
In order to prevent such issues, it **MUST** be verified that no two distinct
sets of public keys derive to the same aggregated public key. Note that
cryptographically sound created random private keys have a negligible
probability of having a linear relationship.
However, this specification assumes that participants do not share private key
material leading to negligible probability for such cases to happen.


## Other Security Considerations
Expand Down
147 changes: 0 additions & 147 deletions script/PublicKeyVerifier.s.sol

This file was deleted.

163 changes: 0 additions & 163 deletions script/libs/LibPublicKeyVerifier.sol

This file was deleted.

Loading