Explorar el Código

utils: fix typo

Lennart Braun hace 2 años
padre
commit
3498f92cde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/src/field.rs

+ 1 - 1
utils/src/field.rs

@@ -249,7 +249,7 @@ mod tests {
     use super::*;
 
     #[test]
-    fn test_lagrange_symbol() {
+    fn test_legendre_symbol() {
         const INPUTS: [u128; 20] = [
             0,
             1,