<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.2.26159.112" />

System.Security.Cryptography.PqcBlobHelpers

static class PqcBlobHelpers
namespace System.Security.Cryptography { internal static class PqcBlobHelpers { internal delegate TResult EncodeBlobFunc<TResult> (ReadOnlySpan<byte> blob); internal delegate TReturn EncodeMLKemBlobCallback<TState, TReturn> (TState state, string blobKind, ReadOnlySpan<byte> blob); } }