Conversation
919aaf1 to
b891060
Compare
|
why didn't this include |
|
ECB is implemented by block cipher types themselves, i.e. instead of |
|
Thanks, but I currently use |
|
With the new versions you now specify padding on encryption/decryption methods, not on a block mode type. For example, see |
|
where is Ecb<Aes128, Pkcs7> |
|
ECB is "implemented" by block ciphers directly, i.e. you can use methods like |
|
aes = "0.7.0" |
|
Use the linked methods directly on |
Depends on RustCrypto/utils#566, RustCrypto/traits#727, and RustCrypto/block-ciphers#284.
Closes #5
Closes #6
TODO:
IvStatefor CFBDropfor CTR