# Functions
CheckPassword checks if provided password is correct or not.
HashedPassword returns the bcrypt hashed password.
IsCurrencySupported returns true if the currency is supported.
LoadConfig reads the configuration from a config file or environment variables.
RandomCurrency returns a random currency.
RandomEmail returns a random email.
RandomInt returns a random int in the range [min, max].
RandomMoney returns a random money amount.
RandomOwner returns a random owner name.
RandomString returns a random string of length n.
# Variables
SupportedCurrencies is a list of all supported currencies.