summaryrefslogtreecommitdiff
path: root/mpn/generic/sqrmod_bnm1.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright yearsMarco Bodrato2022-03-111-1/+1
* mpn/generic/sqrmod_bnm1.c: Use sqrmod_bknp1, on the bnp1 sideMarco Bodrato2022-03-111-0/+12
* Copyright yearsMarco Bodrato2020-02-091-1/+1
* mpn/generic/sqrmod_bnm1.c (mpn_bc_sqrmod_bnp1): Shorter mpn_sqr.Marco Bodrato2020-02-091-7/+11
* Spacing cleanup.Torbjorn Granlund2017-03-301-1/+1
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Encoding conversion to UTF-8Marco Bodrato2013-12-261-1/+1
* Make constant args asm inlines become limbs.Torbjorn Granlund2013-12-031-1/+1
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Add copyright years.Torbjorn Granlund2012-11-201-1/+1
* Reduce memory usage for {mul,sqr}mod_bnm1.Marco Bodrato2010-01-261-31/+60
* Whitespace cleanup.Torbjorn Granlund2010-01-231-1/+1
* mpn_mulmod_bnm1 changes, to reduce allocation in mpn_nussbaumer_mul.Niels Möller2010-01-211-8/+28
* Add a copyright year.Torbjorn Granlund2010-01-051-1/+1
* Whitespace cleanup.Torbjorn Granlund2010-01-041-3/+3
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-4/+4
* Nailify CRT code mod_bnm1.Marco Bodrato2009-12-231-2/+7
* Slightly faster CRT for {mul,sqr}mod_bnm1.Marco Bodrato2009-12-201-24/+53
* Support nails in invert and mulmod.Marco Bodrato2009-12-191-1/+1
* Add squaring capabilities to nussbaumer_mul.Marco Bodrato2009-12-171-1/+1
* New files I forgot to add...Marco Bodrato2009-12-171-0/+219