authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2022-05-10 15:57:46+02:00
committergravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2022-05-10 15:57:46+02:00
logaaf4011c2caaf445fbf8cd2e27d6ce80f2bc115d
treeb20ef2c052e4d74750cc635db1c83544fe2e306a
parent52651ae7a0deaffff1ecfd47b503ebb1c95aee32

Typo


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/crypto/25519/field.zig+1-1
...@@ -172,7 +172,7 @@ pub const Fe = struct {...@@ -172,7 +172,7 @@ pub const Fe = struct {
172 return fe;172 return fe;
173 }173 }
174174
175 /// Substract a field elememnt175 /// Substract a field element
176 pub inline fn sub(a: Fe, b: Fe) Fe {176 pub inline fn sub(a: Fe, b: Fe) Fe {
177 var fe = b;177 var fe = b;
178 comptime var i = 0;178 comptime var i = 0;