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 005685e commit 836f58aCopy full SHA for 836f58a
src/Base58Encoding/Base58.cs
@@ -31,7 +31,6 @@ public Base58(Base58Alphabet alphabet)
31
/// </summary>
32
/// <param name="data">Bytes to encode</param>
33
/// <returns>Base58 encoded string</returns>
34
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
35
public string Encode(ReadOnlySpan<byte> data)
36
{
37
if (data.IsEmpty)
0 commit comments