Skip to content

Implements the x11 hash and required functions in go.

License

Notifications You must be signed in to change notification settings

bitbandi/go-x11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5fddbc9 · Oct 24, 2017

History

5 Commits
Dec 18, 2016
Oct 24, 2017
Oct 24, 2017
Oct 24, 2017
Oct 24, 2017
Oct 24, 2017
Oct 24, 2017
Dec 18, 2016
Oct 24, 2017
Oct 24, 2017
Oct 24, 2017
Dec 18, 2016
Oct 24, 2017
Oct 24, 2017
Oct 24, 2017
Dec 18, 2016
Oct 24, 2017
Oct 24, 2017
Dec 18, 2016
Oct 24, 2017
Oct 24, 2017
Dec 18, 2016

Repository files navigation

go-x11 License godoc Build Status Coverage Status

Implements the x11 hash and required functions in go.

Usage

	package main

	import (
		"fmt"
		"github.com/bitbandi/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.

About

Implements the x11 hash and required functions in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages