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 ReedSolomon ¶ added in v1.0.1
type ReedSolomon struct {
// contains filtered or unexported fields
}
func NewReedSolomon ¶ added in v1.0.1
func NewReedSolomon(dataShards, parityShards int) (*ReedSolomon, error)
Click to show internal directories.
Click to hide internal directories.