Variable NoiseSettings.verifyRemoteKey

If provided will be used to verify the remote public key. If this is not set remoteKeyPath is used instead.

struct NoiseSettings
{
  // ...
  nothrow bool delegate(scope const(ubyte[])) verifyRemoteKey;
  // ...
}