1 write to _baseNonce
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeImplementation.Managed.cs (1)
437
_baseNonce
= baseNonce.ToArray();
2 references to _baseNonce
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeImplementation.Managed.cs (2)
457
Span<byte> nonce = nonceBuffer.Slice(0,
_baseNonce
.Length);
458
_baseNonce
.AsSpan().CopyTo(nonce);