Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKeyStub ¶
type PrivateKeyStub struct { ToByteArrayCalled func() ([]byte, error) SuiteCalled func() crypto.Suite GeneratePublicCalled func() crypto.PublicKey ScalarCalled func() crypto.Scalar }
PrivateKeyStub -
func (*PrivateKeyStub) GeneratePublic ¶
func (pks *PrivateKeyStub) GeneratePublic() crypto.PublicKey
GeneratePublic -
func (*PrivateKeyStub) IsInterfaceNil ¶
func (pks *PrivateKeyStub) IsInterfaceNil() bool
IsInterfaceNil -
func (*PrivateKeyStub) ToByteArray ¶
func (pks *PrivateKeyStub) ToByteArray() ([]byte, error)
ToByteArray -
Click to show internal directories.
Click to hide internal directories.