# Functions
Data is a helper that takes encrypted data and a format string, decrypts the data and returns its cleartext in an []byte.
DataWithFormat is a helper that takes encrypted data, and a format enum value, decrypts the data and returns its cleartext in an []byte.
File is a wrapper around Data that reads a local encrypted file and returns its cleartext data in an []byte.