Copyright © 2016 - 2026 SigScale Global Inc.
References
| h/1 | Random function (H). |
| kdf/3 | Key Derivation Function (KDF). |
| compute_pwe/4 | Compute Password Element (PWE). |
| compute_scalar/2 | Compute Scalar Element. |
| compute_ks/4 | Compute Ks. |
h(Data) -> Result
Random function (H). RFC5931 section 2.4
kdf(Key, Label, Length) -> Result
Key Derivation Function (KDF). RFC5931 section 2.5
compute_pwe(Token, PeerIdentity, ServerIdentity, Password) -> PWE
Compute Password Element (PWE). RFC5931 section 2.8.3
compute_scalar(Random, PWE) -> Result
Compute Scalar Element. RFC5931 section 2.8.4.1
compute_ks(Random, PWE, Scalar, Element) -> Ks
Compute Ks. RFC5931 section 2.8.4.1
Generated by EDoc