Documentation ¶
Index ¶
Constants ¶
View Source
const ( MinShards = 1 MaxShards = 256 MinDataSize = 1 MaxDataSize = 1 << 32 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReedSolomonConfig ¶
type ReedSolomonEncoder ¶
type ReedSolomonEncoder struct {
// contains filtered or unexported fields
}
func NewReedSolomonEncoder ¶
func NewReedSolomonEncoder(dataShards, parityShards int) (*ReedSolomonEncoder, error)
Click to show internal directories.
Click to hide internal directories.