2 overrides of GetHashAndReset
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (2)
308
protected override void
GetHashAndReset
(Shake128 shake, Span<byte> destination) =>
323
protected override void
GetHashAndReset
(Shake256 shake, Span<byte> destination) =>
2 references to GetHashAndReset
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (2)
246
GetHashAndReset
(shake, output);
268
GetHashAndReset
(shake, destination);