You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

542 B

go-x11

Implements the x11 hash and required functions in go.

Usage

	package main

	import (
		"fmt"
		"gitlab.com/nitya-sattva/go-x11"
	)

	func main() {
		hs, out := x11.New(), [32]byte{}
		hs.Hash([]byte("DASH"), out[:])
		fmt.Printf("%x \n", out[:])
	}

Notes

Echo, Simd and Shavite do not have 100% test coverage, a full test on these requires the test to hash a blob of bytes that is several gigabytes large.

License

go-x11 is licensed under the copyfree ISC license.