Skip to content

Commit a3855f9

Browse files
committed
feat: upgrade to 1.1.4
1 parent f5fa562 commit a3855f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

EccSDK/EccSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<PackageId>EccSDK</PackageId>
6-
<Version>1.1.2</Version>
6+
<Version>1.1.4</Version>
77
<Authors>James Hsueh</Authors>
88
<Description>Tool for Chamemelon Hash and Elliptic Curve Cryptography</Description>
99
<PackageTags>Elliptic;Chameleon;Sigature</PackageTags>

EccSDK/Services/Interfaces/IChameleonHashService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ public interface IChameleonHashService
99
ChameleonSignature Sign(string message);
1010
bool Verify(ChameleonHashVerifyRequest verifyRequest);
1111
ChameleonHash CalculateChameleonHashBy(ChameleonHashRequest request);
12+
ChameleonHash GetChameleonHash();
1213
}

0 commit comments

Comments
 (0)