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
1
namespace
Waher.Security.PQC
2
{
6
public
class
ML_KEM_Encapsulation
7
{
13
public
ML_KEM_Encapsulation
(
byte
[]
SharedSecret
,
byte
[]
CipherText
)
14
{
15
this.SharedSecret =
SharedSecret
;
16
this.CipherText =
CipherText
;
17
}
18
22
public
byte
[]
SharedSecret
{
get
; }
23
27
public
byte
[]
CipherText
{
get
; }
28
}
29
}
Waher.Security.PQC.ML_KEM_Encapsulation
ML_KEM encapsulation keys, as defined in §7.2.
Definition:
ML_KEM_Encapsulation.cs:7
Waher.Security.PQC.ML_KEM_Encapsulation.CipherText
byte[] CipherText
Cipher Text c.
Definition:
ML_KEM_Encapsulation.cs:27
Waher.Security.PQC.ML_KEM_Encapsulation.ML_KEM_Encapsulation
ML_KEM_Encapsulation(byte[] SharedSecret, byte[] CipherText)
ML_KEM encapsulation keys, as defined in §7.2.
Definition:
ML_KEM_Encapsulation.cs:13
Waher.Security.PQC.ML_KEM_Encapsulation.SharedSecret
byte[] SharedSecret
Shared Secret K.
Definition:
ML_KEM_Encapsulation.cs:22
Waher.Security.PQC
Definition:
K_PKE_Keys.cs:2
IoTGateway
Security
Waher.Security.PQC
ML_KEM_Encapsulation.cs
Generated by
1.9.5