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

SIG_FORS

class SIG_FORS
namespace Org.BouncyCastle.Pqc.Crypto.SphincsPlus { internal class SIG_FORS { internal byte[][] authPath; internal byte[] sk; public byte[] SK => sk; public byte[][] AuthPath => authPath; internal SIG_FORS(byte[] sk, byte[][] authPath) { this.authPath = authPath; this.sk = sk; } } }