Function rejectIdentity [src]
Reject the neutral element.
Prototype
pub fn rejectIdentity(p: Ristretto255) IdentityElementError!void Parameters
p: Ristretto255 Possible Errors
Source
pub fn rejectIdentity(p: Ristretto255) IdentityElementError!void {
return p.p.rejectIdentity();
}