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
How big are these SRSs? If large, then we can even memmap the file I guess.
How should we associate auth_depth with the SRS? If we should support multiple auth_depths ala #10 then we could specify a directory that contains {auth_depth}.vpk and/or {auth_depth}.ppk files.
We now associate the depth to the SRS using the RingSRS type, so if you've code that loads the SRS it can determine the depth too, maybe using the file name. It looks messy right now because zcash makes their library kinda painful by never providing standard traits. We could work around this, but we should just dump zcash's libs for ZEXE and solve all these problems there.
No description provided.
The text was updated successfully, but these errors were encountered: