Skip to content
  • JINMEI Tatuya's avatar
    [2764] detect intermediate padding explicitly. · f8a24304
    JINMEI Tatuya authored
    we previously relied on boost rejecting the padding chracter and throwing
    an exception; since Boost 1.53 paddding characters are considered valid
    and conerted to all-0 bits, so we now have to do it ourselves.  The detection
    logic doesn't rely on the new behavior of Boost, so it should be backward
    compatible.
    f8a24304