Trait ethers::core::k256::elliptic_curve::ScalarArithmetic[][src]

pub trait ScalarArithmetic: Curve {
    type Scalar: ConstantTimeEq + Field + PrimeField;
}
Expand description

Scalar arithmetic.

Associated Types

Scalar field type.

Note: the following bounds are enforced by [ff::Field]:

  • Copy
  • Clone
  • ConditionallySelectable
  • Debug
  • Default
  • Send
  • Sync

Implementors