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

KMacWithShake256Params

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

public static readonly DerInteger DefaultOutputLength

public byte[] CustomizationString { get; }

public int OutputLength { get; }

public KMacWithShake256Params(int outputLength)

public KMacWithShake256Params(int outputLength, byte[] customizationString)

public static KMacWithShake256Params GetInstance(object o)

public static KMacWithShake256Params GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static KMacWithShake256Params GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)