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 f5fa562 commit a3855f9Copy full SHA for a3855f9
EccSDK/EccSDK.csproj
@@ -3,7 +3,7 @@
3
<TargetFramework>net8.0</TargetFramework>
4
<ImplicitUsings>enable</ImplicitUsings>
5
<PackageId>EccSDK</PackageId>
6
- <Version>1.1.2</Version>
+ <Version>1.1.4</Version>
7
<Authors>James Hsueh</Authors>
8
<Description>Tool for Chamemelon Hash and Elliptic Curve Cryptography</Description>
9
<PackageTags>Elliptic;Chameleon;Sigature</PackageTags>
EccSDK/Services/Interfaces/IChameleonHashService.cs
@@ -9,4 +9,5 @@ public interface IChameleonHashService
ChameleonSignature Sign(string message);
10
bool Verify(ChameleonHashVerifyRequest verifyRequest);
11
ChameleonHash CalculateChameleonHashBy(ChameleonHashRequest request);
12
+ ChameleonHash GetChameleonHash();
13
}
0 commit comments