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/slack-desc | |
parent | c96a163be5bfc2a157f6e5f492f668832eda9ce2 (diff) |
libraries/gf2x: Added (arithmetic library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gf2x/slack-desc')
-rw-r--r-- | libraries/gf2x/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/gf2x/slack-desc b/libraries/gf2x/slack-desc new file mode 100644 index 000000000000..e0c452aad062 --- /dev/null +++ b/libraries/gf2x/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +gf2x: gf2x (arithmetic library) +gf2x: +gf2x: gf2x is a C/C++ software package containing routines for fast +gf2x: arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching +gf2x: for irreducible/primitive trinomials. +gf2x: +gf2x: +gf2x: Project URL: http://gf2x.gforge.inria.fr/ +gf2x: +gf2x: +gf2x: |