modulepackage
0.0.0-20171024232457-5fddbc9b2b09
Repository: https://github.com/bitbandi/go-x11.git
Documentation: pkg.go.dev
# README
go-x11

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.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
New returns a new object to compute a x11 hash.