<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

SK

class SK
namespace Org.BouncyCastle.Pqc.Crypto.SphincsPlus { internal class SK { internal byte[] seed; internal byte[] prf; internal SK(byte[] seed, byte[] prf) { this.seed = seed; this.prf = prf; } } }