1 instantiation of KmacXof256
System.Security.Cryptography (1)
System\Security\Cryptography\KmacXof256.cs (1)
189return new KmacXof256(_kmacProvider.Clone());
5 references to KmacXof256
System.Security.Cryptography (5)
System\Security\Cryptography\KmacXof256.cs (5)
33/// Initializes a new instance of the <see cref="KmacXof256" /> class. 51/// Initializes a new instance of the <see cref="KmacXof256" /> class. 181/// Creates a new instance of <see cref="KmacXof256" /> with the existing appended data preserved. 186public KmacXof256 Clone() 269/// Release all resources used by the current instance of the <see cref="KmacXof256" /> class.