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
Deserializes the EDS and validates it via share.ReadEDS
// Get reads EDS out of Store by given DataRoot.// // It reads only one quadrant(1/4) of the EDS and verifies the integrity of the stored data by recomputing it.func (s*EDSStore) Get(context.Context, DataRoot) (*rsmt2d.ExtendedDataSquare, error)
Context
To read an entire EDS
Get
method is introduced.Implementation Details
Internally it:
io.Reader
viaEDSStore.GetCAR
share.ReadEDS
Refs
Depends on #1109
Depends on #1107
The text was updated successfully, but these errors were encountered: