Constant SCALAR_LENGTH

pub const SCALAR_LENGTH: usize = 32; // 32usize
Expand description

SCALAR_LENGTH specifies the number of bytes needed to represent an Fr element. This is an element in the scalar field of BLS12-381.

Note: Since it is already 32 byte aligned, there is no padded version of this constant.