Skip to content

Commit

Permalink
Improve ECC break comment
Browse files Browse the repository at this point in the history
  • Loading branch information
petertodd authored and apoelstra committed Apr 13, 2018
1 parent 5ddb84e commit bbe30af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opentimestamps/core/secp256k1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class OpSecp256k1Commitment(UnaryOp):
This is a unary op rather than a binary op to allow timestamps to also
timestamp the point itself; in the event of an ECC break this might be
relevant.
relevant. Such a break would not affect the integrity of the commitment,
but knowledge of the underlying key may be interesting in its own right.
"""
TAG = b'\x09'
TAG_NAME = 'secp256k1commitment'
Expand Down

0 comments on commit bbe30af

Please sign in to comment.