Expand description
Tencent modified TEA (tc_tea) is a variant of the standard TEA (Tiny Encryption Algorithm).
Notably, it uses a different round number and uses a “tweaked” CBC mode.
Modules§
Enums§
Functions§
- decrypt
- Decrypts tc_tea encrypted data.
- encrypt
- Encrypts given plain text using tc_tea.
- encrypt_
with_ salt - Encrypts given plain text using tc_tea.
- get_
encrypted_ size - Calculate expected size of encrypted data.
- parse_
key - Parse key to u32 array