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
Besides the node needs, it is generally handy to have a method that will lazily compute and cache the commitment on the blob, and users won't need to lookup inclusion pkg for the most common usecase.
The text was updated successfully, but these errors were encountered:
In the node, we have a Blob type that has the commitment cached on the Blob struct as a field. With all the type unification efforts, this seems to be the missing piece to fully migrate over go-square types.
Besides the node needs, it is generally handy to have a method that will lazily compute and cache the commitment on the blob, and users won't need to lookup
inclusion
pkg for the most common usecase.The text was updated successfully, but these errors were encountered: