Constant basePoint [src]
The P384 base point.
Source
pub const basePoint = P384{
.x = Fe.fromInt(26247035095799689268623156744566981891852923491109213387815615900925518854738050089022388053975719786650872476732087) catch unreachable,
.y = Fe.fromInt(8325710961489029985546751289520108179287853048861315594709205902480503199884419224438643760392947333078086511627871) catch unreachable,
.z = Fe.one,
.is_base = true,
}