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

IGcmMultiplier

public interface IGcmMultiplier
using System; namespace Org.BouncyCastle.Crypto.Modes.Gcm { [Obsolete("Will be removed")] public interface IGcmMultiplier { void Init(byte[] H); void MultiplyH(byte[] x); } }