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

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 int ProcessBlock(ReadOnlySpan<byte> input, Span<byte> output)

public void Reset()