![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Result of Kyber-768 encapsulation: ciphertext to send + shared secret to keep. More...
#include <post_quantum.hpp>
Public Attributes | |
| std::vector< uint8_t > | ciphertext |
| CIPHERTEXT_SIZE bytes (sent to recipient). | |
| std::vector< uint8_t > | shared_secret |
| 32 bytes (used as AES-256 key). | |
Result of Kyber-768 encapsulation: ciphertext to send + shared secret to keep.
Definition at line 697 of file post_quantum.hpp.
| std::vector<uint8_t> signet::forge::crypto::KyberKem::EncapsulationResult::ciphertext |
CIPHERTEXT_SIZE bytes (sent to recipient).
Definition at line 698 of file post_quantum.hpp.
| std::vector<uint8_t> signet::forge::crypto::KyberKem::EncapsulationResult::shared_secret |
32 bytes (used as AES-256 key).
Definition at line 699 of file post_quantum.hpp.