dchest / blake2xb

Go implementation of BLAKE2Xb XOF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go implementation of BLAKE2Xb XOF (extended output function).

Specification: https://blake2.net/blake2x.pdf

See also BLAKE2xs implementation: https://github.com/dchest/blake2xs

INSTALLATION

    $ go get github.com/dchest/blake2xb


DOCUMENTATION

    See http://godoc.org/github.com/dchest/blake2xb


PUBLIC DOMAIN DEDICATION

Written in 2017 by Dmitry Chestnykh.

To the extent possible under law, the author have dedicated all copyright
and related and neighboring rights to this software to the public domain
worldwide. This software is distributed without any warranty.
http://creativecommons.org/publicdomain/zero/1.0/

About

Go implementation of BLAKE2Xb XOF


Languages

Language:Go 100.0%