1 instantiation of Kmac256
System.Security.Cryptography (1)
System\Security\Cryptography\Kmac256.cs (1)
182return new Kmac256(_kmacProvider.Clone());
5 references to Kmac256
System.Security.Cryptography (5)
System\Security\Cryptography\Kmac256.cs (5)
26/// Initializes a new instance of the <see cref="Kmac256" /> class. 44/// Initializes a new instance of the <see cref="Kmac256" /> class. 174/// Creates a new instance of <see cref="Kmac256" /> with the existing appended data preserved. 179public Kmac256 Clone() 186/// Release all resources used by the current instance of the <see cref="Kmac256" /> class.