Documentation ¶
Index ¶
Constants ¶
View Source
const ( SHA256 = "SAH256" SHA384 = "SAH384" SHA3_256 = "SHA3_256" SHA3_384 = "SHA3_384" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SHA256Opts ¶
type SHA256Opts struct{}
func (*SHA256Opts) Algorithm ¶
func (opts *SHA256Opts) Algorithm() string
type SHA384Opts ¶
type SHA384Opts struct{}
func (*SHA384Opts) Algorithm ¶
func (opts *SHA384Opts) Algorithm() string
type SHA3_256Opts ¶
type SHA3_256Opts struct{}
func (*SHA3_256Opts) Algorithm ¶
func (opts *SHA3_256Opts) Algorithm() string
type SHA3_384Opts ¶
type SHA3_384Opts struct{}
func (*SHA3_384Opts) Algorithm ¶
func (opts *SHA3_384Opts) Algorithm() string
Click to show internal directories.
Click to hide internal directories.