yurifw / Alpha

Alpha is the symmetric block cipher, proposed by Lambert
MIT License
0 stars 0 forks source link

Padding #13

Open yurifw opened 9 years ago

yurifw commented 9 years ago

review the padding mode, and add a whole new padded block if the text is already multiple of block size (so you can always unpadd knowing no bits from original message will be discarded while unpadding)