1 write to _privatePreservation
System.Security.Cryptography (1)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
27
_privatePreservation
= privatePreservation;
2 references to _privatePreservation
System.Security.Cryptography (2)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (2)
29
Debug.Assert(_hasPrivate ||
_privatePreservation
== 0);
110
X25519WindowsHelpers.RefixPrivateScalar(destination,
_privatePreservation
);