4 references to Clone
System.Security.Cryptography (4)
System\Security\Cryptography\Kmac128.cs (1)
182return new Kmac128(_kmacProvider.Clone());
System\Security\Cryptography\Kmac256.cs (1)
182return new Kmac256(_kmacProvider.Clone());
System\Security\Cryptography\KmacXof128.cs (1)
182return new KmacXof128(_kmacProvider.Clone());
System\Security\Cryptography\KmacXof256.cs (1)
182return new KmacXof256(_kmacProvider.Clone());