Function sq2 [src]

Square and double a field element

Prototype

pub inline fn sq2(a: Fe) Fe

Parameters

a: Fe

Source

pub inline fn sq2(a: Fe) Fe { return _sq(a, true); }