package
Version:
v0.9.5
Opens a new window with list of versions in this module.
Published: Dec 27, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Digital = &Rand{[]byte("0123456789")}
Hex = &Rand{[]byte("0123456789abcdefabcdef")}
Base64 = &Rand{[]byte("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_")}
)
type Rand struct {
KeyTable []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.