Documentation
¶
Index ¶
- func NewUserHash(salt string, userData ...string) string
- type Config
- type RegistrationStores
- type UserIdentity
- func (ui *UserIdentity) FromString(addr string) error
- func (ui UserIdentity) Marshal() []byte
- func (ui UserIdentity) Private() evutil.IPriKey
- func (ui UserIdentity) Public() evutil.IPubKey
- func (ui UserIdentity) ToString() string
- func (ui *UserIdentity) Unmarshal(m []byte) error
- func (ui UserIdentity) UserHash() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserHash ¶
Types ¶
type RegistrationStores ¶ added in v0.3.0
type RegistrationStores struct { Is ipfs.Ipfs Uhm crdt.IHashStore }
func (*RegistrationStores) Close ¶ added in v0.3.0
func (rs *RegistrationStores) Close()
type UserIdentity ¶
type UserIdentity struct {
// contains filtered or unexported fields
}
func NewUserIdentity ¶
func (*UserIdentity) FromString ¶
func (ui *UserIdentity) FromString(addr string) error
func (UserIdentity) Marshal ¶
func (ui UserIdentity) Marshal() []byte
func (UserIdentity) Private ¶
func (ui UserIdentity) Private() evutil.IPriKey
func (UserIdentity) Public ¶
func (ui UserIdentity) Public() evutil.IPubKey
func (UserIdentity) ToString ¶
func (ui UserIdentity) ToString() string
func (*UserIdentity) Unmarshal ¶
func (ui *UserIdentity) Unmarshal(m []byte) error
func (UserIdentity) UserHash ¶
func (ui UserIdentity) UserHash() string
Click to show internal directories.
Click to hide internal directories.