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