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
Hi, we are student from Linköping university. We are using the script you provide to generate DETs and use it in our transmitter as part of prototype implementation to DRIP. The DET generated so far has some problem when we try to verify the ORCHID hash it constructed. We look into the script and identify some issues.
Hi, we are student from Linköping university. We are using the script you provide to generate DETs and use it in our transmitter as part of prototype implementation to DRIP. The DET generated so far has some problem when we try to verify the ORCHID hash it constructed. We look into the script and identify some issues.
For code below:
drip-scripts/csr-gen.py
Line 46 in 1fa1f88
h_orchid_left
to refer to a binary data.For code below:
drip-scripts/csr-gen.py
Line 52 in 1fa1f88
h_orchid_left
) and a bytes object in hexadecimal representation.The text was updated successfully, but these errors were encountered: