cac

package
v1.17.5-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2023 License: BSD-3-Clause Imports: 5 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrChunkSpanShort = fmt.Errorf("chunk span must have exactly length of %d", swarm.SpanSize)
	ErrChunkDataLarge = fmt.Errorf("chunk data exceeds maximum allowed length")
)

Functions

func DoHash added in v1.17.5

func DoHash(data, span []byte) ([]byte, error)

func New

func New(data []byte) (swarm.Chunk, error)

New creates a new content address chunk by initializing a span and appending the data to it.

func NewWithDataSpan added in v0.5.1

func NewWithDataSpan(data []byte) (swarm.Chunk, error)

NewWithDataSpan creates a new chunk assuming that the span precedes the actual data.

func Valid added in v0.5.3

func Valid(c swarm.Chunk) bool

Valid checks whether the given chunk is a valid content-addressed chunk.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL