identifier

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package identifier generates opaque identifiers from checked entropy.

Index

Constants

This section is empty.

Variables

View Source
var ErrEntropy = errors.New("loom identifier entropy failure")

ErrEntropy identifies failures to obtain all bytes required for an identifier.

Functions

func Base64

func Base64(reader io.Reader, size int) (string, error)

Base64 reads size bytes from reader and returns their unpadded URL-safe base64 encoding.

func Hex

func Hex(reader io.Reader, size int) (string, error)

Hex reads size bytes from reader and returns their lowercase hexadecimal encoding.

func MustBase64

func MustBase64(size int) string

MustBase64 returns an identifier made from operating-system entropy. It panics if the operating system cannot provide all required bytes.

func MustHex

func MustHex(size int) string

MustHex returns an identifier made from operating-system entropy. It panics if the operating system cannot provide all required bytes.

Types

This section is empty.

Jump to

Keyboard shortcuts

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