Index of /pub/mirrors/btcbase.org/patches/ffa_ch4_ffacalc.kv/hunk/ffa/ffacalc

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] bin/ 2020-10-16 14:04 - [TXT] cmdline.adb.html 2020-10-16 14:04 11K [TXT] cmdline.ads.html 2020-10-16 14:03 8.9K [TXT] ffa_calc.adb.html 2020-10-16 14:04 64K [TXT] ffa_calc.gpr.html 2020-10-16 14:04 12K [TXT] ffa_io.adb.html 2020-10-16 14:04 11K [TXT] ffa_io.ads.html 2020-10-16 14:05 7.9K [DIR] obj/ 2020-10-16 14:03 - [TXT] os.adb.html 2020-10-16 14:04 11K [TXT] os.ads.html 2020-10-16 14:05 10K
v
-
+ E61DA32CD223C6EB8B83C5161D88DBFAD3779A744BACCBEDD1AF357E941D0E17B324E3FF1177C72300D76A8C71486A15A473FF635005238B296BD939A85E0EDA
ffa/ffacalc/README
(0 . 0)(1 . 36)
5 ------------------------------------------------------------------------------
6 ------------------------------------------------------------------------------
7 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
8 -- --
9 -- (C) 2017 Stanislav Datskovskiy ( www.loper-os.org ) --
10 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
11 -- --
12 -- You do not have, nor can you ever acquire the right to use, copy or --
13 -- distribute this software ; Should you use this software for any purpose, --
14 -- or copy and distribute it to anyone or in any manner, you are breaking --
15 -- the laws of whatever soi-disant jurisdiction, and you promise to --
16 -- continue doing so for the indefinite future. In any case, please --
17 -- always : read and understand any software ; verify any PGP signatures --
18 -- that you use - for any purpose. --
19 -- --
20 -- See also http://trilema.com/2015/a-new-software-licensing-paradigm . --
21 ------------------------------------------------------------------------------
22 ------------------------------------------------------------------------------
23
24 to clean:
25 gprclean
26
27 to build:
28 gprbuild
29
30 to build debug, or on crapple:
31 gprbuild -Xmode=debug
32
33
34 'libffa' will build recursively.
35
36 to run:
37 ./bin/ffa_calc WIDTH HEIGHT
38
39 WIDTH must be a... see libffa/fz_lim.ads.
40 HEIGHT must be equal to or great than 1.