Skip to content

Commit 5fef92a

Browse files
committed
chore: make chameleon hash readable
1 parent 1294b60 commit 5fef92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EccSDK/Services/ChameleonHashService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace EccSDK.Services;
99
public class ChameleonHashService : IChameleonHashService
1010
{
1111
private readonly KeyPairDomain _keyPairDomain;
12-
private readonly ChameleonHash _chameleonHash;
12+
public readonly ChameleonHash _chameleonHash;
1313

1414
// Kn = public key
1515
// kn = private key

0 commit comments

Comments
 (0)