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

NodeEntry

class NodeEntry
namespace Org.BouncyCastle.Pqc.Crypto.SphincsPlus { internal class NodeEntry { internal readonly byte[] nodeValue; internal readonly uint nodeHeight; internal NodeEntry(byte[] nodeValue, uint nodeHeight) { this.nodeValue = nodeValue; this.nodeHeight = nodeHeight; } } }