Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ML_KEM_Encapsulation.cs
1namespace Waher.Security.PQC
2{
7 {
14 {
15 this.SharedSecret = SharedSecret;
16 this.CipherText = CipherText;
17 }
18
22 public byte[] SharedSecret { get; }
23
27 public byte[] CipherText { get; }
28 }
29}
ML_KEM encapsulation keys, as defined in §7.2.
ML_KEM_Encapsulation(byte[] SharedSecret, byte[] CipherText)
ML_KEM encapsulation keys, as defined in §7.2.