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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
As it seems, ToBase32String method in
Olive/Utilities/Base32Integer.cs
file, does not produce standard Base32 encoded string values.For example for the input value of
32
, the expected string is"EA======"
but the returned value is"A1"
whose length and value are not as expected.The text was updated successfully, but these errors were encountered: