KyberEncapsulationResult

A class for ML-KEM Encapsulation Results.

This class contains the Shared Secret Key and the Cipher Text.

Author

Ron Lauren Hombre

Properties

Link copied to clipboard
@get:JvmName(name = "getCipherText")
val cipherText: KyberCipherText

The KyberCipherText generated by the Encapsulation.

Link copied to clipboard
@get:JvmName(name = "getSecretKey")
val secretKey: ByteArray

The Shared Secret Key generated by the Encapsulation.

Link copied to clipboard
@get:JvmName(name = "getSharedSecretKey")
val sharedSecretKey: ByteArray

The Shared Secret Key generated by the Encapsulation.