diff options
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 |
commit | d63d1be7f416bf9c2d286843b47ea5aa8599a057 (patch) | |
tree | ea08891fe8a52f914ec03a72f764fb135c08bf04 /libraries/gf2x/README | |
parent | c96a163be5bfc2a157f6e5f492f668832eda9ce2 (diff) |
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/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/gf2x/README b/libraries/gf2x/README new file mode 100644 index 000000000000..43795c271702 --- /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. |