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

KdfCounterParameters

public byte[] FixedInputData { get; }

public byte[] FixedInputDataCounterPrefix { get; }

public byte[] FixedInputDataCounterSuffix { get; }

public byte[] Ki { get; }

public int R { get; }

public KdfCounterParameters(byte[] ki, byte[] fixedInputDataCounterSuffix, int r)

Base constructor - suffix fixed input data only.

public KdfCounterParameters(byte[] ki, byte[] fixedInputDataCounterPrefix, byte[] fixedInputDataCounterSuffix, int r)

Base constructor - prefix and suffix fixed input data.