This file is indexed.

/usr/include/givaro/montgomery.h is in libgivaro-dev 4.0.2-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// ==========================================================================
// $Source: /var/lib/cvs/Givaro/src/kernel/field/montgomery.h,v $
// Copyright(c)'1994-2009 by The Givaro group
// This file is part of Givaro.
// Givaro is governed by the CeCILL-B license under French law
// and abiding by the rules of distribution of free software.
// see the COPYRIGHT file for more details.
// Authors: A. Breust
// $Id: givzpz.h,v 1.8 2011-02-02 16:23:56 briceboyer Exp $
// ==========================================================================

/*!@file montgomery.h
 * @ingroup zpz
 * @brief   Family of arithmetics over Zpz (\f$\mathbf{Z}/p\mathbf{Z}\f$).
 */

#ifndef __GIVARO_montgomery_H
#define __GIVARO_montgomery_H

// ==========================================================================
// --
// ==========================================================================

namespace Givaro {
	template<class TAG>
	class Montgomery;
}

#include "givaro/montgomery-int32.h"
#include "givaro/montgomery-ruint.h"

#endif // __GIVARO_montgomery_H
// vim:sts=8:sw=8:ts=8:noet:sr:cino=>s,f0,{0,g0,(0,\:0,t0,+0,=s