WithAuthEncapDecap
Functions
Link copied to clipboard
Link copied to clipboard
Deterministic algorithm to derive a key pair (skX, pkX) from the byte string ikm, where ikm SHOULD have at least Nsk bytes of entropy.
Link copied to clipboard
Link copied to clipboard
Randomized algorithm to generate an ephemeral, fixed-length symmetric key (the KEM shared secret) and a fixed-length encapsulation of that key that can be decapsulated by the holder of the private key corresponding to pkR. This function can raise an EncapError on encapsulation failure.
Link copied to clipboard
Randomized algorithm to generate a key pair (skX, pkX).
Link copied to clipboard