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
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
I'm reproducing the fetch function of the mam.js on an esp32 using the mam v1 features.
After getting the transaction object and passing it to the mam_parse, the last one crashes when getting to theiss_curl_sig_digest(hash, hash, 0, payload + offset, *security * ISS_KEY_LENGTH, enc_curl) function.
Here's the part of the code that may be related to the issue.
I'm reproducing the fetch function of the mam.js on an esp32 using the mam v1 features.
After getting the transaction object and passing it to the mam_parse, the last one crashes when getting to the
iss_curl_sig_digest(hash, hash, 0, payload + offset, *security * ISS_KEY_LENGTH, enc_curl)
function.Here's the part of the code that may be related to the issue.
Don't hesitate to ask for more details that may help or which I forgot
The text was updated successfully, but these errors were encountered: