Method Encapsulate
- Namespace
- Rotherprivat.KemBasedNet.Cryptography
- Assembly
- KemBasedNet.dll
Encapsulate(out byte[], out byte[])
Create combined ciphertext and shared secret
public void Encapsulate(out byte[] ciphertext, out byte[] sharedSecret)
Parameters
Encapsulate(Span<byte>, Span<byte>)
Create combined ciphertext and shared secret
public void Encapsulate(Span<byte> ciphertext, Span<byte> sharedSecret)