is_identity


Description:

[ Version ( since = "3.2" ) ]
public bool is_identity ()

If this function returns true, then the curve maps each value to itself.

If it returns false, then this assumption can not be made.

Parameters:

this

a Curve object

Returns:

true if the curve is an identity mapping, false otherwise.