Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Feb 23, 2024
1 parent 5a86f11 commit 3629e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_step2():

def test_step3():
# C = C_ - A.mult(r)
# B_ from test_step1
# C_ from test_step2
C_ = PublicKey(
bytes.fromhex(
"02a9acc1e48c25eeeb9289b5031cc57da9fe72f3fe2861d264bdc074209b107ba2"
Expand Down Expand Up @@ -378,7 +378,7 @@ def test_step2_domain_separated():

def test_step3_domain_separated():
# C = C_ - A.mult(r)
# B_ from test_step1
# C_ from test_step2
C_ = PublicKey(
bytes.fromhex(
"025cc16fe33b953e2ace39653efb3e7a7049711ae1d8a2f7a9108753f1cdea742b"
Expand Down

0 comments on commit 3629e74

Please sign in to comment.