Open sander opened 4 months ago
Depending on the ciphersuite, there may be different constructions to derive both a key (pair) and a salt. It is not clear if key() and expand() are the best abstractions, or if we need to for example have a more generic keyAndSalt() function.
Depending on the ciphersuite, there may be different constructions to derive both a key (pair) and a salt. It is not clear if key() and expand() are the best abstractions, or if we need to for example have a more generic keyAndSalt() function.