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
OT PR #20238 partially addressed this issue.
It adds AES SW implementation and changes the batch-capture commands to use AES generated data as defined in TVLA Derived Test Requirements.
After merging this, my plan to update the binaries and modify the capture scripts.
We currently use Python
random
host-side and an implementation of the same Mersenne twister on device side.We could replace it by a SW implementation of AES to generate the data on-device.
The text was updated successfully, but these errors were encountered: