crypto.25519.field: de-inline _sq()

May fix #14764
This commit is contained in:
Frank Denis 2023-03-02 23:36:06 +01:00 committed by Andrew Kelley
parent aaaaab9ec2
commit fdee558e45

View File

@ -287,7 +287,7 @@ pub const Fe = struct {
return _carry128(&r);
}
inline fn _sq(a: Fe, comptime double: bool) Fe {
fn _sq(a: Fe, comptime double: bool) Fe {
var ax: [5]u128 = undefined;
var r: [5]u128 = undefined;
comptime var i = 0;