diff options
author | dgp <dgp@users.sourceforge.net> | 2019-02-14 20:05:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-02-14 20:05:11 (GMT) |
commit | a475e0b1ee3d2716a524c722064a7e3e404d3e38 (patch) | |
tree | 41d255a37c3dbe955fb413564812575b6bdd4c13 /libtommath/bn_mp_toom_mul.c | |
parent | cc6faa155b3ac525cab5b017159361b62c4a9c6a (diff) | |
parent | 5fd6fc8ae4d88e17f66c93e521c89fba72b77fd4 (diff) | |
download | tcl-a475e0b1ee3d2716a524c722064a7e3e404d3e38.zip tcl-a475e0b1ee3d2716a524c722064a7e3e404d3e38.tar.gz tcl-a475e0b1ee3d2716a524c722064a7e3e404d3e38.tar.bz2 |
merge 8.7
Diffstat (limited to 'libtommath/bn_mp_toom_mul.c')
-rw-r--r-- | libtommath/bn_mp_toom_mul.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libtommath/bn_mp_toom_mul.c b/libtommath/bn_mp_toom_mul.c index ff7df02..32b5e43 100644 --- a/libtommath/bn_mp_toom_mul.c +++ b/libtommath/bn_mp_toom_mul.c @@ -9,8 +9,7 @@ * Michael Fromberger but has been written from scratch with * additional optimizations in place. * - * The library is free for all purposes without any express - * guarantee it works. + * SPDX-License-Identifier: Unlicense */ /* multiplication using the Toom-Cook 3-way algorithm |