Skip to main content

Module keys

Module keys 

Source
Expand description

Keypair generation for threshold P-256.

Structs§

Keypair
A P-256 keypair.

Functions§

generate_keypair
Generate a fresh random keypair.
public_key_for
Compute the public key for a given secret scalar.
public_key_sec1
SEC1-encoded public key bytes (uncompressed, 65 bytes).