Skip to content
Snippets Groups Projects
  • Vladislav Shpilevoy's avatar
    cd4e26d4
    Introduce base64_encode options · cd4e26d4
    Vladislav Shpilevoy authored
    * no-wrap: do not wrap each 72 result symbols on a new line;
    * no-pad:  do not add padding at the end of a result;
    * urlsafe: no-wrap + no-pad + replace '+' -> '-' and '/' -> '_'.
    
    Closes #2777
    Closes #2478
    Closes #2479
    cd4e26d4
    History
    Introduce base64_encode options
    Vladislav Shpilevoy authored
    * no-wrap: do not wrap each 72 result symbols on a new line;
    * no-pad:  do not add padding at the end of a result;
    * urlsafe: no-wrap + no-pad + replace '+' -> '-' and '/' -> '_'.
    
    Closes #2777
    Closes #2478
    Closes #2479
base64.h 3.24 KiB