Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hasher_md5 ¶
type Hasher_md5 struct {
IHasher
}
func NewHasher_md5 ¶
func NewHasher_md5() *Hasher_md5
func (*Hasher_md5) Digest ¶
func (*Hasher_md5) Digest(data []byte) []byte
func (*Hasher_md5) GetNames ¶
func (*Hasher_md5) GetNames() []string
type Hasher_sha256 ¶
type Hasher_sha256 struct {
IHasher
}
func NewHasher_sha256 ¶
func NewHasher_sha256() *Hasher_sha256
func (*Hasher_sha256) Digest ¶
func (*Hasher_sha256) Digest(data []byte) []byte
func (*Hasher_sha256) GetNames ¶
func (*Hasher_sha256) GetNames() []string
Click to show internal directories.
Click to hide internal directories.