Skip to content

XeChain/xehash-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xehash

xehash is a variant of Cryptonight-GPU algorithm with parameters below:

MEMORY = 64 * 1024
ITER = 0x500

Usage

To use these bindings in your Go project, import the package:

import "github.com/XeChain/xehash-go"

intput := []uint8{1, 2, 3, 4, 5}
result := xehash.Hash(input) // [32]uint8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published