This file is indexed.

/usr/share/doc/seccure/PATENTS is in seccure 0.5-1.

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
   SECCURE Elliptic Curve Crypto Utility for Reliable Encryption

              http://point-at-infinity.org/seccure/


seccure builds on a bunch of cryptographic algorithms and techniques
(a comprehensive list is presented below). To my best knowledge none
of these and in particular no part of seccure is covered by patents.

- ECIES, ECDSA, ECDH
- AES256, SHA256, SHA512, CTR Mode, HMAC Mode
- Point compression on elliptic curves over prime fields
- Point multiplication using Double-And-Add-Algorithm
  (may be replaced by a NAF-Algorithm in the future)

Note: Diffie-Hellman key agreement actually has been patented in 1977. 
The patent expired regularly in 1997. 

Note: some of the supported elliptic curves are defined over prime
fields with moduli of "Crandall type" (which may be patented). Seccure
doesn't make use of the special structure these primes offer and
therefore doesn't touch the Crandall patents.