package
0.0.3
Repository: https://github.com/khulnasoft/tunnel.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewDigest returns a Digest from alg and a hash.Hash object.
NewDigestFromString returns a Digest from alg and a string.

# Constants

md5 with hex encoding (lower case only).
sha1 with hex encoding (lower case only).
sha256 with hex encoding (lower case only).

# Type aliases

No description provided by the author
Digest allows simple protection of hex formatted digest strings, prefixed by their algorithm.