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).