2 overrides of Append
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (2)
305
protected override void
Append
(Shake128 shake, ReadOnlySpan<byte> data) =>
320
protected override void
Append
(Shake256 shake, ReadOnlySpan<byte> data) =>
8 references to Append
System.Security.Cryptography (8)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (8)
242
Append
(shake, new ReadOnlySpan<byte>(in mode));
265
Append
(shake, exporterSecret);
267
Append
(shake, exporterContext);
276
Append
(shake, VersionLabel);
277
Append
(shake, SuiteId);
281
Append
(shake, lengthBytes);
288
Append
(shake, lengthBytes);
289
Append
(shake, value);