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
In particular, "sha256" is a supported algorithm in Node but not in Trireme. Our current technique of using a regexp to map from Node hashes to Java hash algorithms is insufficient and needs to be replaced with a mapping table like other crypto components.
The text was updated successfully, but these errors were encountered:
In particular, "sha256" is a supported algorithm in Node but not in Trireme. Our current technique of using a regexp to map from Node hashes to Java hash algorithms is insufficient and needs to be replaced with a mapping table like other crypto components.
The text was updated successfully, but these errors were encountered: