Module padded
aws_
lc_
rs
1.13.0
Module padded
Module Items
Structs
Enums
In aws_
lc_
rs::
cipher
Modules
aes
block
chacha
key
padded
streaming
Macros
define_cipher_context
Structs
Algorithm
BufferUpdate
DecryptingKey
EncryptingKey
PaddedBlockDecryptingKey
PaddedBlockEncryptingKey
StreamingDecryptingKey
StreamingEncryptingKey
UnboundCipherKey
Enums
AlgorithmId
DecryptionContext
EncryptionContext
OperatingMode
Constants
AES_128_KEY_LEN
AES_192_KEY_LEN
AES_256_KEY_LEN
AES_CBC_IV_LEN
AES_CFB_IV_LEN
AES_CTR_IV_LEN
MAX_CIPHER_BLOCK_LEN
MAX_CIPHER_KEY_LEN
Statics
AES_128
AES_192
AES_256
Functions
decrypt
encrypt
aws_lc_rs
::
cipher
Module
padded
Copy item path
Settings
Help
Summary
Source
Structs
§
Padded
Block
Decrypting
Key
A cipher decryption key that performs block padding.
Padded
Block
Encrypting
Key
A cipher encryption key that performs block padding.
Enums
§
Padding
Strategy
🔒
The cipher block padding strategy.