# Functions
GenerateTotpCode generates steam TOTP code which is always 5 symbols.
NewTimedTotp creates new Totp structure with custom time.
NewTotp creates new Totp structure with current time.
# Variables
ErrInvalidSharedSecret is returned when shared secret isn't in base64 form.