dchest / blake2xs

Go implementation of BLAKE2Xs XOF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go implementation of BLAKE2Xs XOF (extended output function).

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

See also BLAKE2xb implementation: https://github.com/dchest/blake2xb

INSTALLATION

    $ go get github.com/dchest/blake2xs


DOCUMENTATION

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


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 BLAKE2Xs XOF


Languages

Language:Go 100.0%