ISphincsPlusEngineProvider
interface ISphincsPlusEngineProvider
using Org.BouncyCastle.Pqc.Crypto.SphincsPlus;
namespace Org.BouncyCastle.Crypto.Parameters
{
internal interface ISphincsPlusEngineProvider
{
int N { get; }
SphincsPlusEngine Get();
}
}