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