Index
Modules:
meow
.
API symbols
`$`:
meow: `$`(h: Meow): string
`==`:
meow: `==`(a, b: Meow): bool
hash:
meow: hash(x: Meow): Hash
Meow:
meow: Meow
MeowAbsorb:
meow: MeowAbsorb(State: ptr meow_state; Len: culonglong; SourceInit: pointer)
MeowAbsorbBlocks:
meow: MeowAbsorbBlocks(State: ptr meow_state; BlockCount: culonglong; rax: ptr cuchar)
MeowBegin:
meow: MeowBegin(State: ptr meow_state; Seed128: pointer)
MeowDefaultSeed:
meow: MeowDefaultSeed
MeowEnd:
meow: MeowEnd(State: ptr meow_state; Store128: ptr cuchar): m128i
MeowExpandSeed:
meow: MeowExpandSeed(InputLen: culonglong; Input: pointer; SeedResult: ptr cuchar)
meowFile:
meow: meowFile(path: string): Meow
meowHash:
meow: meowHash(x: cstring | string): Meow
MeowHash:
meow: MeowHash(Seed128Init: pointer; Len: culonglong; SourceInit: pointer): m128i
meowHash:
meow: meowHash(x: string): Meow
meow: meowHash[T](x: T): Meow
MEOW_HASH_VERSION:
meow: MEOW_HASH_VERSION
MEOW_HASH_VERSION_NAME:
meow: MEOW_HASH_VERSION_NAME
MeowMaskLen:
meow: MeowMaskLen
MEOW_PAGESIZE:
meow: MEOW_PAGESIZE
MEOW_PREFETCH:
meow: MEOW_PREFETCH
MEOW_PREFETCH_LIMIT:
meow: MEOW_PREFETCH_LIMIT
MeowShiftAdjust:
meow: MeowShiftAdjust
meow_state:
meow: meow_state
toArray:
meow: toArray(h: Meow): seq[uint32]