Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase32 ¶
DecodeBase32 decodes a Base32 string into a byte slice
func EncodeBase32 ¶
EncodeBase32 encodes a byte slice into a Base32 string without padding
func GenerateChainCode ¶
GenerateChainCode generates a fingerprint (HMAC) by applying HMAC-SHA3-512 on the combined input data (passphrase + Base32 passkey).
func GenerateHMAC ¶
GenerateHMAC generates a keyed-hash message authentication code (HMAC) using SHA3-512.
func VerifyFingerPrint ¶
VerifyFingerPrint authenticates a user by comparing a generated fingerprint with a stored one.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.