KyberPrivateKey public sealed class KyberPrivateKey : Asn1Encodable Documentation Code public KyberPublicKey PublicKey { get; } public int Version { get; } public KyberPrivateKey(int version, byte[] s, byte[] hpk, byte[] nonce, KyberPublicKey publicKey) public KyberPrivateKey(int version, byte[] s, byte[] hpk, byte[] nonce) public static KyberPrivateKey GetInstance(object obj) public static KyberPrivateKey GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public byte[] GetHpk() public byte[] GetNonce() public byte[] GetS()