diff --git a/src/core/operations/DeriveECDHKeyMaterial.mjs b/src/core/operations/DeriveECDHKeyMaterial.mjs index 8a26c021..e4b3b0ed 100644 --- a/src/core/operations/DeriveECDHKeyMaterial.mjs +++ b/src/core/operations/DeriveECDHKeyMaterial.mjs @@ -130,7 +130,7 @@ class DeriveECDHKeyMaterial extends Operation { super(); this.name = "Derive ECDH Key Material"; - this.module = "Payment"; + this.module = "Ciphers"; this.description = "Paste your private key into the input field and paste the peer public key into the Peer public key argument field.

Input: private key in PEM or PKCS#8 DER hex. PEM may be BEGIN PRIVATE KEY or BEGIN EC PRIVATE KEY when it can be normalized to PKCS#8.
Arguments: choose the curve, peer public key format, optional KDF, optional shared info, output length, and output format.

Use KDF = None to get the raw shared secret."; this.inlineHelp = "Input: your private key.
Args: pick the curve, paste the peer public key, then choose raw shared secret or KDF output."; this.testDataSamples = [