crc

package
v0.16.1 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crc64Reader

type Crc64Reader struct {
	// contains filtered or unexported fields
}

func NewCrc64Reader

func NewCrc64Reader(r io.Reader) *Crc64Reader

func (*Crc64Reader) Read

func (cr *Crc64Reader) Read(p []byte) (n int, err error)

func (*Crc64Reader) Verify

func (cr *Crc64Reader) Verify() error

type Crc64Writer

type Crc64Writer struct {
	io.Writer
	Base io.Writer
	// contains filtered or unexported fields
}

func NewCrc64Writer

func NewCrc64Writer(w io.Writer) *Crc64Writer

func (*Crc64Writer) Finish

func (cw *Crc64Writer) Finish() (string, error)

type Finisher

type Finisher interface {
	Finish() (string, error)
}

Jump to

Keyboard shortcuts

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