You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The masking off feature for AES is currently not properly working. The seeds for PRNG (batch mode) and LFSR seem to be mixed up. Also, the LFSR seed needs to be transmitted in non-batch mode. I'll file a PR to fix this soon.
The text was updated successfully, but these errors were encountered:
Previously, the were mixed up. In addition, the LFSR also needs to be
seeded in non-batch mode. Otherwise, the masking cannot be switched on
or off.
This resolveslowRISC#279.
Signed-off-by: Pirmin Vogel <[email protected]>
Previously, the were mixed up. In addition, the LFSR also needs to be
seeded in non-batch mode. Otherwise, the masking cannot be switched on
or off.
This resolveslowRISC#279.
Signed-off-by: Pirmin Vogel <[email protected]>
vogelpi
added a commit
to vogelpi/ot-sca
that referenced
this issue
Jan 11, 2024
Previously, the were mixed up. In addition, the LFSR also needs to be
seeded in non-batch mode. Otherwise, the masking cannot be switched on
or off.
This resolveslowRISC#279.
Signed-off-by: Pirmin Vogel <[email protected]>
Previously, the were mixed up. In addition, the LFSR also needs to be
seeded in non-batch mode. Otherwise, the masking cannot be switched on
or off.
This resolves#279.
Signed-off-by: Pirmin Vogel <[email protected]>
The masking off feature for AES is currently not properly working. The seeds for PRNG (batch mode) and LFSR seem to be mixed up. Also, the LFSR seed needs to be transmitted in non-batch mode. I'll file a PR to fix this soon.
The text was updated successfully, but these errors were encountered: