Skip to content

Commit

Permalink
Merge pull request bitcoin#40 from markblundeberg/patch-1
Browse files Browse the repository at this point in the history
remove duplicate warning
  • Loading branch information
sipa authored May 6, 2019
2 parents 271e5db + d194620 commit 27e61d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bip-schnorr.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ To sign ''m'' for public key ''dG'':
'''Above deterministic derivation of ''R'' is designed specifically for this signing algorithm and may not be secure when used in other signature schemes.'''
For example, using the same derivation in the MuSig multi-signature scheme leaks the secret key (see the [https://eprint.iacr.org/2018/068 MuSig paper] for details).
'''Above deterministic derivation of ''R'' is designed specifically for this signing algorithm and may not be secure when used in other signature schemes.'''
For example, using the same derivation in the MuSig multi-signature scheme leaks the secret key (see the [https://eprint.iacr.org/2018/068 MuSig paper] for details).
Note that this is not a ''unique signature'' scheme: while this algorithm will always produce the same signature for a given message and public key, ''k'' (and hence ''R'') may be generated in other ways (such as by a CSPRNG) producing a different, but still valid, signature.
=== Optimizations ===
Expand Down

0 comments on commit 27e61d6

Please sign in to comment.