Documentation
¶
Overview ¶
Package hash provides hash implementations used for digital signature of messages sent to a Fabric network.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NONE ¶ added in v1.3.0
NONE returns the input message unchanged. This can be used if the signing implementation requires the full message bytes, not just a pre-generated digest, such as Ed25519.
func SHA384 ¶ added in v1.3.0
SHA384 hash the supplied message bytes to create a digest for signing.
Types ¶
Click to show internal directories.
Click to hide internal directories.