We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132b2c9 commit ec7a82eCopy full SHA for ec7a82e
ReadMe.md
@@ -1,5 +1,6 @@
1
# EccSDK
2
-EccSDK is a library that provides a simple way to interact with Chameleon Hash based on the ECC API.
+- 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)
4
5
## Usage
6
```csharp
@@ -29,4 +30,4 @@ var result = ChameleonHashHelper.Verify(new ChameleonHashRequest
29
30
Order = keyPair.PublicKey.Curve.Order,
31
Signature = sign
32
}, chameleonHash);
-```
33
+```
0 commit comments