cac

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

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

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

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

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

func Valid

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