2 instantiations of Shake256
System.Security.Cryptography (1)
System\Security\Cryptography\Shake256.cs (1)
254
return new
Shake256
(clone);
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
38
_shake256 = new
Shake256
();
5 references to Shake256
System.Security.Cryptography (4)
System\Security\Cryptography\Shake256.cs (4)
28
/// Initializes a new instance of the <see cref="
Shake256
" /> class.
238
/// Creates a new instance of <see cref="
Shake256
" /> with the existing appended data preserved.
246
public
Shake256
Clone()
259
/// Release all resources used by the current instance of the <see cref="
Shake256
" /> class.
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
34
private readonly
Shake256
_shake256;