-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (19 loc) · 868 Bytes
/
README
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
First time users should start by generating some graphs.
Generating graphs
-----------------
This repository already contains a large database of NTRU parameters.
Here's how to plot them on a size vs. security graph:
1. cd plot/
2. ./plot
The output will be in plot/svg. Use a nice SVG viewer to explore the
data. Mouse over a datapoint to see the corresponding parameters.
How to reproduce the data
-------------------------
1. Create the directory ~/tmp/ntru_data or change the output directory
in "gen_param_data.gp" to something you prefer.
2. Ensure that ~/tmp/ntru_data (or whatever) is empty.
3. Run the parameter generation script:
gp -q gen_param_data.gp
Alternatively, to reproduce data using a different version of this
package, or that does not use the default configuration:
gp -q config gen_param_data.gp