github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/src/third_party/modp/README.md (about)

     1  modp library
     2  ============
     3  
     4  Code in this directory is from the stringencoders library:
     5      https://code.google.com/p/stringencoders/
     6  
     7  See licenses in `src/modp_b64w.c` and other files.
     8  
     9  Changes were made to fix several bugs in the Base64 code:
    10   * Use `size_t` instead of `int`, where appropriate.
    11   * Fix buffer overflows when decoding four bytes at a time.
    12   * Fix broken NOPAD handling.