poly8

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const N = 8

Variables

View Source
var (
	// CRC-8-Dallas/Maxim: x⁸ + x⁵ + x⁴ + 1
	DOW = New(0x31)

	// CRC-8-SAE-J1850: x⁸ + x⁴ + x³ + x² + 1
	SAEJ1850 = New(0x1D)
)

Functions

This section is empty.

Types

type Poly

type Poly = crcutil.Poly[uint8]

func New

func New(poly uint8) *Poly

Jump to

Keyboard shortcuts

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