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 Verifiable ¶
type Verifiable interface {
GetSignedPart() []byte
GetSignedHash() util.Uint256
}
Verifiable represents an object which can be verified.
type VerifiableDecodable ¶
type VerifiableDecodable interface {
Verifiable
EncodeHashableFields() ([]byte, error)
DecodeHashableFields([]byte) error
}
VerifiableDecodable represents an object which can be verified and those hashable part can be encoded/decoded.
Click to show internal directories.
Click to hide internal directories.