[][src]Type Definition curve25519_dalek::scalar::UnpackedScalar

type UnpackedScalar = Scalar52;

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.