Type Definition curve25519_dalek::scalar::UnpackedScalar [−][src]
type UnpackedScalar = Scalar52;
Expand description
An UnpackedScalar
represents an element of the field GF(l), optimized for speed.
This is a type alias for one of the scalar types in the backend
module.