remove ambiguous unicode char

This commit is contained in:
2026-07-13 16:35:55 +02:00
parent c90c1f2f59
commit 33495e2de7
+1 -1
View File
@@ -87,7 +87,7 @@ impl Lfsr {
self.state = new_state;
}
/// BerlekampMassey over GF(2^8).
/// Berlekamp-Massey over GF(2^8).
///
/// Returns the retroaction polynomial coefficients `c` such that:
/// s[n] = c[1]*s[n-1] + c[2]*s[n-2] + ... + c[L]*s[n-L]