Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PairSplitPRF ¶
PairSplitPRF is a split PRF that operates on only two KEMs.
func SplitPRF ¶
SplitPRF can be used with any number of KEMs and it implement split PRF KEM combiner as:
cct := cct1 || cct2 || cct3 || ... return H(ss1 || cct) XOR H(ss2 || cct) XOR H(ss3 || cct)
in order to retain IND-CCA2 security as described in KEM Combiners https://eprint.iacr.org/2018/024.pdf by Federico Giacon, Felix Heuer, and Bertram Poettering
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.