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
Base58 now uses DividingCoder under the hood for less code duplication
Several implementations now take bytesWritten into account when returning buffers, reducing the possibility of returning a buffer larger than necessary.
Base85 methods with Ipv6 in them renamed to IPv6 to match with .NET
numBytesWritten parameters have all been renamed to bytesWritten to match with .NET
The target framework was changed to .NET 8.0 around 4.2.0, but the version change did not
reflect that breaking change, although in practice it shouldn't cause many issues.
New features
Base62
Base45
Multibase now supports Base45
Base32 now has a non-throwing TryDecodeUInt64() method