hasher

package
v0.50.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2021 License: MIT Imports: 0 Imported by: 3

Documentation

Overview

Package hasher contains Telegram pagination hash implementation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hasher

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

Hasher implements Telegram pagination hash counting.

See https://core.telegram.org/api/offsets#hash-generation.

func (*Hasher) Reset

func (h *Hasher) Reset()

Reset resets the Hasher to its initial state.

func (*Hasher) Sum

func (h *Hasher) Sum() int32

Sum returns final sum.

func (*Hasher) Update

func (h *Hasher) Update(value uint32)

Update performs state change using given value.

func (*Hasher) Update64

func (h *Hasher) Update64(value uint64)

Update64 performs state change using given 64-bit value.

Jump to

Keyboard shortcuts

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