Uh oh!
There was an error while loading. Please reload this page.
Conversation
919aaf1 to
b891060CompareM1cha
commented
Feb 10, 2022
why didn't this include |
newpavlov
commented
Feb 10, 2022
ECB is implemented by block cipher types themselves, i.e. instead of |
M1cha
commented
Feb 10, 2022
Thanks, but I currently use |
newpavlov
commented
Feb 10, 2022
With the new versions you now specify padding on encryption/decryption methods, not on a block mode type. For example, see |
liyongjing
commented
Aug 20, 2022
where is Ecb<Aes128, Pkcs7> |
newpavlov
commented
Aug 20, 2022
ECB is "implemented" by block ciphers directly, i.e. you can use methods like |
liyongjing
commented
Aug 20, 2022
aes = "0.7.0" |
newpavlov
commented
Aug 22, 2022
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