package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 26, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
README
¶
hash
![Sponsor](https://img.shields.io/badge/github-donate-green.svg)
Ultra-fast hashing of arbitrary bytes.
Usage
x := hash.Bytes([]byte("Hello World"))
Benchmarks
BenchmarkBytes-12 26772571 42.2 ns/op 0 B/op 0 allocs/op
BenchmarkString-12 27747283 42.3 ns/op 0 B/op 0 allocs/op
Style
Please take a look at the style guidelines if you'd like to make a pull request.
Want to see your own name here?
Documentation
¶
Bytes hashes the given byte slice.
String hashes the given string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.