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

ConcatenationKdfGenerator

Generator for Concatenation Key Derivation Function defined in NIST SP 800-56A, Sect 5.8.1
public IDigest Digest { get; }

the underlying digest.

public int GenerateBytes(byte[] output, int outOff, int length)

Fill len bytes of the output buffer with bytes generated from the derivation function.

public int GenerateBytes(Span<byte> output)

public void Init(IDerivationParameters param)