Module ecdsa_operation

Module ecdsa_operation 

Source

Constantsยง

P256_PREHASH_LENGTH ๐Ÿ”’
P384_PREHASH_LENGTH ๐Ÿ”’
P521_PREHASH_LENGTH ๐Ÿ”’

Functionsยง

expand_prehash ๐Ÿ”’
A helper function that expand a prehash to a specified length if the prehash is shorter than the specified length.
export_key ๐Ÿ”’
https://w3c.github.io/webcrypto/#ecdsa-operations-export-key
generate_key ๐Ÿ”’
https://w3c.github.io/webcrypto/#ecdsa-operations-generate-key
get_public_key ๐Ÿ”’
https://wicg.github.io/webcrypto-modern-algos/#SubtleCrypto-method-getPublicKey Step 9 - 15, for ECDSA
import_key ๐Ÿ”’
https://w3c.github.io/webcrypto/#ecdsa-operations-import-key
sign ๐Ÿ”’
https://w3c.github.io/webcrypto/#ecdsa-operations-sign
verify ๐Ÿ”’
https://w3c.github.io/webcrypto/#ecdsa-operations-verify