/** * Cipher Feedback block mode. */ export class CFB extends BlockCipherMode { } import { BlockCipherMode } from './cipher-core.js';