package mtglib import "errors" var ErrSecretEmpty = errors.New("secret is empty")