This file is indexed.

/usr/include/libntru/err.h is in libntru-0.5-dev 0.5-2.

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
#ifndef NTRU_ERR_H
#define NTRU_ERR_H

#define NTRU_SUCCESS 0
#define NTRU_ERR_OUT_OF_MEMORY 1
#define NTRU_ERR_PRNG 2
#define NTRU_ERR_MSG_TOO_LONG 3
#define NTRU_ERR_INVALID_MAX_LEN 4
#define NTRU_ERR_DM0_VIOLATION 5
#define NTRU_ERR_NO_ZERO_PAD 6
#define NTRU_ERR_INVALID_ENCODING 7
#define NTRU_ERR_NULL_ARG 8
#define NTRU_ERR_UNKNOWN_PARAM_SET 9
#define NTRU_ERR_INVALID_PARAM 10
#define NTRU_ERR_INVALID_KEY 11

#endif   /* NTRU_ERR_H */