package crypto type PaddingLengthGenerator interface { MaxPaddingLen() uint16 NextPaddingLen() uint16 }