basealphabet

package
v0.0.0-...-2d29fd2 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Base58BitCoin        = []byte("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz")
	Base58BitCoinEncoder = delegate.Func2[[]byte, int64, string](EncodeInt64).Partial(Base58BitCoin)
	Base58BitCoinDecoder = delegate.Func2[[]byte, string, int64](DecodeInt64).Partial(Base58BitCoin)
)

Functions

func DecodeInt64

func DecodeInt64(alphabet []byte, data string) int64

func EncodeInt64

func EncodeInt64(alphabet []byte, num int64) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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