<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.0-beta.114" />

ParametersWithContext

public int ContextLength { get; }

public ICipherParameters Parameters { get; }

public ParametersWithContext(ICipherParameters parameters, byte[] context)

public ParametersWithContext(ICipherParameters parameters, byte[] context, int contextOff, int contextLen)

public ParametersWithContext(ICipherParameters parameters, ReadOnlySpan<byte> context)

public static ParametersWithContext Create<TState>(ICipherParameters parameters, int contextLength, TState state, SpanAction<byte, TState> action)

public void CopyContextTo(byte[] buf, int off, int len)

public byte[] GetContext()