const basePoint: Edwards25519 = .{ .x = .{ .limbs = .{1738742601995546, 1146398526822698, 2070867633025821, 562264141797630, 587772402128613} }, .y = .{ .limbs = .{1801439850948184, 1351079888211148, 450359962737049, 900719925474099, 1801439850948198} }, .z = Fe.one, .t = .{ .limbs = .{1841354044333475, 16398895984059, 755974180946558, 900171276175154, 1821297809914039} }, .is_base = true };

The edwards25519 base point.