summaryrefslogtreecommitdiffstats
path: root/libraries/gf2x/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-12 18:16:38 +0700
committer Robby Workman <rworkman@slackbuilds.org>2016-02-12 23:36:45 -0600
commitd63d1be7f416bf9c2d286843b47ea5aa8599a057 (patch)
treeea08891fe8a52f914ec03a72f764fb135c08bf04 /libraries/gf2x/README
parentc96a163be5bfc2a157f6e5f492f668832eda9ce2 (diff)
downloadslackbuilds-d63d1be7f416bf9c2d286843b47ea5aa8599a057.tar.gz
slackbuilds-d63d1be7f416bf9c2d286843b47ea5aa8599a057.tar.xz
libraries/gf2x: Added (arithmetic library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gf2x/README')
-rw-r--r--libraries/gf2x/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/gf2x/README b/libraries/gf2x/README
new file mode 100644
index 0000000000..43795c2717
--- /dev/null
+++ b/libraries/gf2x/README
@@ -0,0 +1,3 @@
+gf2x is a C/C++ software package containing routines for fast
+arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching
+for irreducible/primitive trinomials.