From d63d1be7f416bf9c2d286843b47ea5aa8599a057 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 12 Feb 2016 18:16:38 +0700 Subject: libraries/gf2x: Added (arithmetic library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/gf2x/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libraries/gf2x/README (limited to 'libraries/gf2x/README') 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. -- cgit v1.2.3