X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/d3409d5ecf2492cff862616de72a580d1a8e8dc0..aa1082f28ddd05f3b946ca1a9c6bfaa17d18aca5:/tests/mp diff --git a/tests/mp b/tests/mp index 27854a2..910b89d 100644 --- a/tests/mp +++ b/tests/mp @@ -1,6 +1,6 @@ # Test vectors for MP functions # -# $Id: mp,v 1.1 1999/11/17 18:02:17 mdw Exp $ +# $Id: mp,v 1.2 1999/11/22 20:51:09 mdw Exp $ add { 5 4 9; 5 -4 1; -5 4 -1; -5 -4 -9; @@ -55,3 +55,10 @@ gcd { -4601007896041464028712478963832994007038251361995647370 514778499400157641662814932021958856708417966520837469125919104431; } + +jacobi { + 4 5 1; + 6 7 -1; + 15 27 0; + 2132498039840981 98729378979237498798347932749951 1; +}