Function sq [src]

Square a field element

Prototype

pub inline fn sq(a: Fe) Fe

Parameters

a: Fe

Source

pub inline fn sq(a: Fe) Fe { return _sq(a, false); }