Enumsยง
- EcAlgorithm ๐
Functionsยง
- export_
key ๐ - https://w3c.github.io/webcrypto/#ecdsa-operations-export-key https://w3c.github.io/webcrypto/#ecdh-operations-export-key
- generate_
key ๐ - https://w3c.github.io/webcrypto/#ecdsa-operations-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 elliptic curve cryptography
- import_
key ๐ - https://w3c.github.io/webcrypto/#ecdsa-operations-import-key https://w3c.github.io/webcrypto/#ecdh-operations-import-key
- validate_
public_ ๐key - Validate the public key in form of uncompressed SEC1 encoded curve point, against a private key.
- x_
y_ ๐to_ sec1_ bytes - Concatenate big endian serialized coordinates of an elliptic curve point, to form an
uncompressed SEC1 encoded curve point, with prefix
0x04indicating it is an uncompressed point.