The OneAndZeroes padding in cryptopp is implemented using byte 0x01 followed by 0x00 bytes. The correct implementation should be byte 0x80 followed by 0x00 bytes.
 
See
 

Reply via email to