<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.0" />

MacCfbBlockCipher

public string AlgorithmName { get; }

public bool IsPartialBlockOkay { get; }

public MacCfbBlockCipher(IBlockCipher cipher, int bitBlockSize)

public int GetBlockSize()

public void GetMacBlock(byte[] mac)

public void Init(bool forEncryption, ICipherParameters parameters)

public int ProcessBlock(byte[] input, int inOff, byte[] outBytes, int outOff)

public void Reset()