From 6d0ac86608bb60d2c3074b45164ec36dd3790a38 Mon Sep 17 00:00:00 2001 From: rlack Date: Fri, 30 Dec 2022 13:07:17 +0700 Subject: [PATCH] Update b_dhke.py --- cashu/core/b_dhke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/core/b_dhke.py b/cashu/core/b_dhke.py index ce511fb..80735ef 100644 --- a/cashu/core/b_dhke.py +++ b/cashu/core/b_dhke.py @@ -27,7 +27,7 @@ return C, secret_message Bob: Y = hash_to_curve(secret_message) C == a*Y -If true, C must have originated from Alice +If true, C must have originated from Bob """ import hashlib