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
We have an intrinsic for sha2-256, but its interface differs from the interfaces of native sha2-256. We need to either update intrinsic's interface or extend sha2-256 circuit interface with proper intrinsic call, so it will allow to call hash from arbitrary byte-blob (we can start with supporting std::array<std::uint, ContainerSize> hashing).
The text was updated successfully, but these errors were encountered:
We have an intrinsic for sha2-256, but its interface differs from the interfaces of native sha2-256. We need to either update intrinsic's interface or extend sha2-256 circuit interface with proper intrinsic call, so it will allow to call hash from arbitrary byte-blob (we can start with supporting std::array<std::uint, ContainerSize> hashing).
The text was updated successfully, but these errors were encountered: