Versions in this module Expand all Collapse all v0 v0.0.1 Feb 11, 2022 Changes in this version + func New(hashsize int, conf *skein.Config) hash.Hash + func New256(key []byte) hash.Hash + func New512(key []byte) hash.Hash + func Sum(msg []byte, hashsize int, conf *skein.Config) []byte + func Sum160(out *[20]byte, msg, key []byte) + func Sum256(out *[32]byte, msg, key []byte) + func Sum384(out *[48]byte, msg, key []byte) + func Sum512(out *[64]byte, msg, key []byte)