Skip to content

dchest/blake2xb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published

Languages