This commit is contained in:
Frank Denis 2022-05-10 15:57:46 +02:00
parent 52651ae7a0
commit aaf4011c2c

View File

@ -172,7 +172,7 @@ pub const Fe = struct {
return fe;
}
/// Substract a field elememnt
/// Substract a field element
pub inline fn sub(a: Fe, b: Fe) Fe {
var fe = b;
comptime var i = 0;