Skip to content

CyberChainXyz/fphash-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Go Reference

fphash

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

MEMORY = 32 * 1024
ITER = 0x300

This project provides Go bindings for the original C++ implementation of the Cryptonight-GPU algorithm can be found at ryo-currency/ryo-currency.

Usage

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

import "github.com/CyberChainXyz/fphash-go"

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

About

fbhash go bindings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •