crypto_f8mode.md 392 B


id: crypto.f8mode title: Crypto.F8Mode

sidebar_label: Introduction

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