Documentation
¶
Overview ¶
Package crypto contains implementation of crypto functions used by Neo.
This package itself just has some useful interfaces.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VerifiableDecodable ¶
type VerifiableDecodable interface {
hash.Hashable
EncodeHashableFields() ([]byte, error)
DecodeHashableFields([]byte) error
}
VerifiableDecodable represents an object which can be verified and those hashable part of which can be encoded/decoded.
Click to show internal directories.
Click to hide internal directories.