in src/group/elliptic_curve.rs [93:95]
fn invert_scalar(scalar: Self::Scalar) -> Self::Scalar { Option::from(scalar.invert()).unwrap() }