remove ambiguous unicode char
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ impl Lfsr {
|
|||||||
self.state = new_state;
|
self.state = new_state;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Berlekamp–Massey over GF(2^8).
|
/// Berlekamp-Massey over GF(2^8).
|
||||||
///
|
///
|
||||||
/// Returns the retroaction polynomial coefficients `c` such that:
|
/// 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]
|
/// s[n] = c[1]*s[n-1] + c[2]*s[n-2] + ... + c[L]*s[n-L]
|
||||||
|
|||||||
Reference in New Issue
Block a user