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 9831f70 commit c057f15Copy full SHA for c057f15
1 file changed
HashifyNet/Core/DataType/HashValue.cs
@@ -404,7 +404,7 @@ public string AsBinaryString()
404
/// <returns><inheritdoc/></returns>
405
public string AsBase85String()
406
{
407
- return AsBase85String(Base85Variant.Z85);
+ return AsBase85String(Base85Variant.Rfc1924);
408
}
409
410
/// <summary>
@@ -679,3 +679,4 @@ public int CompareTo(IHashValue other)
679
680
681
682
+
0 commit comments