-1/* crapto1.c\r
+/* crapto1.c\r
\r
This program is free software; you can redistribute it and/or\r
modify it under the terms of the GNU General Public License\r
\r
uint32_t c = 0;\r
\r
- sl.odd = odd ^ fastfwd[1][c];\r
- sl.even = even ^ fastfwd[0][c];\r
+ sl->odd = odd ^ fastfwd[1][c];\r
+ sl->even = even ^ fastfwd[0][c];\r
\r
- lfsr_rollback_bit(&sl, 0, 0);\r
- lfsr_rollback_bit(&sl, 0, 0);\r
- lfsr_rollback_bit(&sl, 0, 0);\r
- lfsr_rollback_word(&sl, 0, 0);\r
- lfsr_rollback_word(&sl, prefix | c << 5, 1);\r
+ lfsr_rollback_bit(sl, 0, 0);\r
+ lfsr_rollback_bit(sl, 0, 0);\r
+ lfsr_rollback_bit(sl, 0, 0);\r
+ lfsr_rollback_word(sl, 0, 0);\r
+ lfsr_rollback_word(sl, prefix | c << 5, 1);\r
\r
return ++sl;\r
}\r