Documentation ¶
Index ¶
Constants ¶
View Source
const (
FLFACTIONHASH_POLYNOMIAL = 0x1021
)
Variables ¶
This section is empty.
Functions ¶
func NotSimplePopulateTable ¶ added in v0.85.0
Copied foundation from golang crc32 that had SimplePopulate And then modified to how it should at Python version given by Alex Matches also Laz version in C# i think
Types ¶
type FactionNickHasher ¶ added in v0.85.0
type FactionNickHasher struct {
// contains filtered or unexported fields
}
NicknameHasher implements the hashing algorithm used by item, base, etc. nicknames
func NewFactionHasher ¶ added in v0.85.0
func NewFactionHasher() *FactionNickHasher
func (*FactionNickHasher) Hash ¶ added in v0.85.0
func (h *FactionNickHasher) Hash(name string) HashCode
type NameHash ¶
type NameHash struct {
// contains filtered or unexported fields
}
NameHash implements the hashing algorithm used by the account folders and save files.
func NewNameHasher ¶
func NewNameHasher() *NameHash
type NicknameHasher ¶
type NicknameHasher struct {
// contains filtered or unexported fields
}
NicknameHasher implements the hashing algorithm used by item, base, etc. nicknames
func NewHasher ¶
func NewHasher() *NicknameHasher
func (*NicknameHasher) Hash ¶
func (h *NicknameHasher) Hash(name string) HashCode
Click to show internal directories.
Click to hide internal directories.