fn mulPublic(p: P256, s_: [32]u8, endian: std.builtin.Endian) IdentityElementError!P256
Multiply an elliptic curve point by a PUBLIC scalar IN VARIABLE TIME This can be used for signature verification.
p: P256,
s_: [32]u8,
endian: std.builtin.Endian,