go-groestl-hash

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2018 License: ISC

README

go-groestl-hash

Implements the Groestl hash and required functions in Go

Usage

package main

import (
	"fmt"

	"github.com/Groestlcoin/go-groestl-hash/groestl"
)

func main() {
	g, out := groestl.New(), [64]byte{}
	g.Write([]byte("Groestl"))
	g.Close(out[:], 0, 0)
	fmt.Printf("%x \n", out[:])
}

License

go-groestl-hash is licensed under the copyfree ISC License.

Attribution/Credit

This entire repository is based on an original work by Nitya Sattva originally found at https://gitlab.com/nitya-sattva/go-x11.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL