Modules
std
crypto
25519
field
Fe
sq
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); }