pub fn base85_prefix_padding(prefix_bytes: &[u8]) -> Vec<u8> 
Expand description

Applies the padding required for base85 algorithms to produce consistent string when the bytes are encoded. If you’re using a base85 encoding algorithm other than the directly supported z85, see our tests in util.rs for examples.