|
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
|
- Re: OneAndZeroes padding Rob Decker
- Re: OneAndZeroes padding Wei Dai
|
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
|