Skip to main content

Module ecdh_operation

Module ecdh_operation 

Source

Functionsยง

derive_bits ๐Ÿ”’
https://w3c.github.io/webcrypto/#ecdh-operations-derive-bits
export_key ๐Ÿ”’
https://w3c.github.io/webcrypto/#ecdh-operations-export-key
generate_key ๐Ÿ”’
https://w3c.github.io/webcrypto/#ecdh-operations-generate-key
get_public_key ๐Ÿ”’
https://wicg.github.io/webcrypto-modern-algos/#SubtleCrypto-method-getPublicKey Step 9 - 15, for ECDH
import_key ๐Ÿ”’
https://w3c.github.io/webcrypto/#ecdh-operations-import-key
secret_length ๐Ÿ”’
Given a normalizedAlgorithm (an EcdhKeyDeriveParams dictionary), return the length of the secret derived by the named curve specified by the named_curve member of the [[algorithm]] slot of the public member of normalizedAlgorithm.