//! This module contains basic base64 functionality as used in Hawk.
use ;
/// BEWIT_ENGINE encodes to a url-safe value with no padding, but is indifferent to padding on
/// decode. This is used to encode bewits, which often appear in URLs.
pub const BEWIT_ENGINE: GeneralPurpose = new;
/// STANDARD_ENGINE encodes with the standard alphabet and includes padding. This is
/// used to encode MACs and hashes.
pub const STANDARD_ENGINE: GeneralPurpose = STANDARD;