Base85.Padding (Base85 v0.1.0) View Source
Implements various padding schemes for Base85 encodings.
Link to this section Summary
Link to this section Types
Specs
padding_type() :: :none | :pkcs7
Link to this section Functions
Specs
get_pad_fun(keyword() | padding_type()) :: (binary(), keyword() -> binary())
Specs
get_unpad_fun(keyword() | padding_type()) :: (binary(), keyword() -> binary())