Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bitgoin/lyra2rev2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GoDoc GitHub license

lyra2rev2 with bmw,cubuhash, and lyra2

Overview

This is Lyra2REv2 library used in Monacoin and some other altcoins. Lyra2Rev2 uses bmw hash, cubehash,lyra2, which are also included in this library.

Requirements

This requires

  • git
  • go 1.3+

Installation

 $ go get github.com/bitgoin/lyra2rev2

Example

(This example omits error handlings for simplicity.)

import "github.com/bitgoin/lyra2rev2"

func main(){
    data := []byte{0x01,0x02}
	result, err := lyra2rev2.Sum(data)
...
}

Contribution

Improvements to the codebase and pull requests are encouraged.

About

Lyra2REv2 library used in Monacoin and some other altcoins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published