Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SHA256HasherService ¶
type SHA256HasherService struct{}
func NewSHA256HasherService ¶
func NewSHA256HasherService() *SHA256HasherService
func (*SHA256HasherService) HashContent ¶
func (s *SHA256HasherService) HashContent(content []byte) string
func (*SHA256HasherService) HashMultiple ¶
func (s *SHA256HasherService) HashMultiple(contents [][]byte) string
Click to show internal directories.
Click to hide internal directories.