fix: test_step2 (#174)

This commit is contained in:
Steffen
2023-04-23 13:56:23 +02:00
committed by GitHub
parent c3752fb20a
commit b3e02e1bf0

View File

@@ -70,7 +70,7 @@ def test_step2():
),
raw=True,
)
C_ = B_.mult(a)
C_ = step2_bob(B_, a)
assert (
C_.serialize().hex()
== "02a9acc1e48c25eeeb9289b5031cc57da9fe72f3fe2861d264bdc074209b107ba2"