Crypto.F8Mode
It behaves much like CTR mode in that it XORs a keystream against the plaintext to encrypt. F8 mode comes with the additional twist that the counter value is secret, encrypted by a salt key.
Types
| Type | Description |
|---|---|
| TF8CipherMode | F8 Cipher Mode |
