content

package
v0.3.0 Latest Latest
Warning

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

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

Documentation

Overview

Package contains convenience methods and validator for content-addressed chunks

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewChunk

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

NewChunk creates a new content-addressed single-span chunk. The length of the chunk data is set as the span.

func NewChunkWithSpan

func NewChunkWithSpan(data []byte, span int64) (swarm.Chunk, error)

NewChunkWithSpan creates a new content-addressed chunk from given data and span.

func NewChunkWithSpanBytes

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

NewChunkWithSpanBytes deserializes a content-addressed chunk from separate data and span byte slices.

func NewValidator

func NewValidator() swarm.Validator

NewValidator constructs a new Validator

Types

type Validator

type Validator struct {
}

Validator validates that the address of a given chunk is the content address of its contents.

func (*Validator) Validate

func (v *Validator) Validate(ch swarm.Chunk) (valid bool)

Validate performs the validation check.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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