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

KMacWithShake128Params

KMACwithSHAKE128-params ::= SEQUENCE { kMACOutputLength INTEGER DEFAULT 256, -- Output length in bits customizationString OCTET STRING DEFAULT ''H }

public static readonly DerInteger DefaultOutputLength

public byte[] CustomizationString { get; }

public int OutputLength { get; }

public KMacWithShake128Params(int outputLength)

public KMacWithShake128Params(int outputLength, byte[] customizationString)

public static KMacWithShake128Params GetInstance(object o)

public static KMacWithShake128Params GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static KMacWithShake128Params GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)