Merge branch 'master' into allin

update
This commit is contained in:
tharexde 2020-10-26 00:31:27 +01:00
commit 3ce365ee2b
42 changed files with 245 additions and 161 deletions

View file

@ -24,7 +24,7 @@ static struct lfsr {
// * someone mentioned iv must be ODD.
// Hack:
// Now we have a special case with iv == 0
// it sets b to 0 aswell to make sure we get a all zero keystream out
// it sets b to 0 as well to make sure we get a all zero keystream out
// which is used in the initialisation phase sending the IV
//
void legic_prng_init(uint8_t iv) {