BIP340 recommends using auxiliary randomness in generation of the Schnorr signature nonce, as follows:
Using unpredictable randomness additionally increases protection against other side-channel attacks, and is recommended whenever available.
However, Core always seems to provide a zeroed vector for auxiliary randomness. There's a relevant commit.
Given that Core uses randomness in generation of private keys, shouldn't it be using randomness in performance of Schnorr signatures as well?