Skip to content

Commit ec7a82e

Browse files
Update ReadMe.md
1 parent 132b2c9 commit ec7a82e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ReadMe.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# EccSDK
2-
EccSDK is a library that provides a simple way to interact with Chameleon Hash based on the ECC API.
2+
- EccSDK is a library that provides a simple way to interact with Chameleon Hash based on the ECC API.
3+
- You can search this package in this [nuget page](https://www.nuget.org/packages/EccSDK)
34

45
## Usage
56
```csharp
@@ -29,4 +30,4 @@ var result = ChameleonHashHelper.Verify(new ChameleonHashRequest
2930
Order = keyPair.PublicKey.Curve.Order,
3031
Signature = sign
3132
}, chameleonHash);
32-
```
33+
```

0 commit comments

Comments
 (0)