Documentation
¶
Index ¶
- func DecryptSeed(encryptedSeed []byte, seedpwd string) (string, error)
- func NewSeedStore(path string, password string) (string, string, error)
- func RetrieveSeed(path string, password string) (string, string, error)
- func ReturnPubkey(seed string) (string, error)
- func StoreSeed(seed string, password string, path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptSeed ¶
DecryptSeed decrpyts the encrypted seed and returns the raw unencrypted seed
func NewSeedStore ¶
NewSeedStore creates a new seed and stores the seed in an encrypted form in the passed path
func RetrieveSeed ¶
RetrieveSeed retrieves the seed and publickey when an encrypted file path is passed
func ReturnPubkey ¶
ReturnPubkey returns the pubkey when passed the seed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.