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

KMacWithShake128Params

KMACwithSHAKE128-params ::= SEQUENCE { kMACOutputLength INTEGER DEFAULT 256, -- Output length in bits customizationString OCTET STRING DEFAULT ''H }
public byte[] CustomizationString { get; }

public int OutputLength { get; }

public KMacWithShake128Params(int outputLength)

public KMacWithShake128Params(int outputLength, byte[] customizationString)

public static KMacWithShake128Params GetInstance(object o)