Documentation ¶
Overview ¶
Package datahash реализует хеширование данных
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataHasherSHA256 ¶
type DataHasherSHA256 struct { }
func NewDataHasherSHA256 ¶
func NewDataHasherSHA256() *DataHasherSHA256
func (*DataHasherSHA256) Hash ¶
func (h *DataHasherSHA256) Hash(data []byte) []byte
Click to show internal directories.
Click to hide internal directories.