Versions in this module Expand all Collapse all v0 v0.14.0 May 10, 2017 Changes in this version + type Crypto struct + func (*Crypto) CreateHash(ctx context.Context, algorithm string) *Hasher + func (c *Crypto) Md4(ctx context.Context, input string, outputEncoding string) string + func (c *Crypto) Md5(ctx context.Context, input string, outputEncoding string) string + func (c *Crypto) Ripemd160(ctx context.Context, input string, outputEncoding string) string + func (c *Crypto) Sha1(ctx context.Context, input string, outputEncoding string) string + func (c *Crypto) Sha256(ctx context.Context, input string, outputEncoding string) string + func (c *Crypto) Sha384(ctx context.Context, input string, outputEncoding string) string + func (c *Crypto) Sha512(ctx context.Context, input string, outputEncoding string) string + func (c *Crypto) Sha512_224(ctx context.Context, input string, outputEncoding string) string + func (c *Crypto) Sha512_256(ctx context.Context, input string, outputEncoding string) string + type Hasher struct + func (hasher *Hasher) Digest(outputEncoding string) string + func (hasher *Hasher) Update(input string)