An open API service indexing awesome lists of open source software.

https://github.com/oneofone/seahash

A SeaHash Implentation in Go
https://github.com/oneofone/seahash

Last synced: 8 months ago
JSON representation

A SeaHash Implentation in Go

Awesome Lists containing this project

README

          

# seahash

[![Build Status](https://travis-ci.org/OneOfOne/seahash.svg?branch=master)](https://travis-ci.org/OneOfOne/seahash)
[![Coverage Status](https://coveralls.io/repos/github/OneOfOne/seahash/badge.svg?branch=master)](https://coveralls.io/github/OneOfOne/seahash?branch=master)
[![GoDoc](https://godoc.org/github.com/OneOfOne/seahash?status.svg)](https://godoc.org/github.com/OneOfOne/seahash)
![](https://img.shields.io/badge/license-MIT-blue.svg)

A Go port of the [SeaHash](https://ticki.github.io/blog/seahash-explained/) algorithm.