Documentation ¶
Index ¶
- Variables
- func BIP39CreateRecoveryWordList() []string
- func BIP39ToString(words []string) string
- func BIP39Verify(wordsEntered []string, wordsSaved string) bool
- func TOTPGenerateKey(userEmail string) (*otp.Key, error)
- func TOTPGetQR(key *otp.Key) ([]byte, error)
- func TOTPValidate(passcode string, key *otp.Key) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var German = strings.Split(strings.TrimSpace(german), "\n")
German is an unoffical slice of mnemonic words taken from Sebastian Kaffl https://github.com/SebastianFloKa/bips/blob/d97608bf8679f79b54b1f5ee893f1704f34a088f/bip-0039/german.txt
Functions ¶
func BIP39CreateRecoveryWordList ¶
func BIP39CreateRecoveryWordList() []string
func BIP39ToString ¶
func BIP39Verify ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.