Skip to content

nathanccxv/fphash-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • C 2.1%
  • Go 0.1%