Registry / crypto / dchest-siphash

dchest-siphash

JSON →
library1.2.3gogounverified

Package siphash implements SipHash-2-4, a fast short-input PRF.

go get github.com/dchest/siphash
INSTALL
IMPORT
SIG · DCHEST-SIPHASH
D
dchest-siphash
cryptogov1.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

siphash
github.com/dchest/siphash

Hash a short input with SipHash.

package main import ( "fmt" "github.com/dchest/siphash" ) func main() { hash := siphash.Hash(0, 0, []byte("hello")) fmt.Println(hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
dchest-siphash — go get dchest-siphash · libregistry