Versions in this module Expand all Collapse all v0 v0.4.4 Jan 26, 2022 v0.4.3 Jun 10, 2021 v0.4.2 Mar 25, 2021 v0.4.1 Mar 24, 2021 v0.4.0 Mar 20, 2021 Changes in this version + func MPublicKey(r *rusk.PublicKey, f *PublicKey) + func MSecretKey(r *rusk.SecretKey, f *SecretKey) + func MStealthAddress(r *rusk.StealthAddress, f *StealthAddress) + func MViewKey(r *rusk.ViewKey, f *ViewKey) + func MarshalPublicKey(r *bytes.Buffer, f *PublicKey) error + func MarshalSecretKey(r *bytes.Buffer, f *SecretKey) error + func MarshalStealthAddress(r *bytes.Buffer, f *StealthAddress) error + func MarshalViewKey(r *bytes.Buffer, f *ViewKey) error + func UPublicKey(r *rusk.PublicKey, f *PublicKey) + func USecretKey(r *rusk.SecretKey, f *SecretKey) + func UStealthAddress(r *rusk.StealthAddress, f *StealthAddress) + func UViewKey(r *rusk.ViewKey, f *ViewKey) + func UnmarshalPublicKey(r *bytes.Buffer, f *PublicKey) error + func UnmarshalSecretKey(r *bytes.Buffer, f *SecretKey) error + func UnmarshalStealthAddress(r *bytes.Buffer, f *StealthAddress) error + func UnmarshalViewKey(r *bytes.Buffer, f *ViewKey) error + type PublicKey struct + AG []byte + BG []byte + func NewPublicKey() *PublicKey + func (p *PublicKey) Copy() *PublicKey + func (p PublicKey) ToAddr() []byte + type SecretKey struct + A []byte + B []byte + func NewSecretKey() *SecretKey + func (s *SecretKey) Copy() *SecretKey + type StealthAddress struct + PkR []byte + RG []byte + func NewStealthAddress() *StealthAddress + func (s *StealthAddress) Copy() *StealthAddress + type ViewKey struct + A []byte + BG []byte + func NewViewKey() *ViewKey + func (v *ViewKey) Copy() *ViewKey