Function sq [src]

Square a field element

Prototype

pub fn sq(a: Fe) Fe

Parameters

a: Fe

Source

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