We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The X25519 class calls the DomainKDF class as a hard-coded global during the initialization of 2DH & 3DH key exchange protocols.
X25519
DomainKDF
Sub-classes shouldn't need to re-implement X25519 methods just to choose a different hashing KDF.
The text was updated successfully, but these errors were encountered:
v0.23.7: refactor(algorithm): remove hard-coded KDF in X25519 met…
0cfd31b
…hods [#4]
Resolved by (0cfd31b).
Sorry, something went wrong.
rmlibre
No branches or pull requests
Description
The
X25519
class calls theDomainKDF
class as a hard-coded global during the initialization of 2DH & 3DH key exchange protocols.Link to relevant file:
Expected behavior
Sub-classes shouldn't need to re-implement
X25519
methods just to choose a different hashing KDF.The text was updated successfully, but these errors were encountered: