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.
As it seems, ToBase32String method in
Olive/Utilities/Base32Integer.csfile, 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.