pub trait Curve {
type PublicKey;
type Signature;
type Message: AsRef<[u8]> + ?Sized;
type VerifyingKey;
}Required Associated Types§
type PublicKey
type Signature
Sourcetype VerifyingKey
type VerifyingKey
Public key that should be known prior to verification