You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Ed25519.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
<!-- NuGet Package metadata -->
14
14
<PackageId>Dexcompiler.Ed25519</PackageId>
15
-
<Version>1.0.4</Version>
15
+
<Version>1.0.5</Version>
16
16
<Authors>Dexter Ajoku</Authors>
17
17
<Description>Pure C# implementation of Ed25519 digital signatures. RFC 8032 compliant, ported from ref10 reference implementation. Includes PKCS#8/SPKI/PEM key import/export.</Description>
0 commit comments