BIGNUM signed add/sub routines refactory
authorDavide Galassi <davxy@datawok.net>
Tue, 17 Apr 2018 20:57:22 +0000 (16:57 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 17 Apr 2018 20:57:22 +0000 (16:57 -0400)
commit55442b8a5b719f54578083fae0fcc814b599cd84
tree3f520efdc9ff624bcd6c5d9e5d7e0ff1550e6f48
parent9f2a3bb19d42e6942cbbb7ea0a41a342ce158b94
BIGNUM signed add/sub routines refactory

Old code replaced in favor of a clearer implementation.
Performances are not penalized.

Updated the copyright end date to 2018.

Reviewed-by: David Benjamin <davidben@google.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5963)
crypto/bn/bn_add.c