From: Andrey Rys Date: Wed, 27 Feb 2019 08:54:12 +0000 (+0700) Subject: ctr_add: replace dead with working code. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=0f0e095f408d4d867a056dffc9d20d853d761489;hp=0f0e095f408d4d867a056dffc9d20d853d761489;p=tfcrypt.git ctr_add: replace dead with working code. ctr_add came directly from 2012, and it was always broken. The original purpose is to add two very large integers. Still, there is no much to worry about: Threefish 64 bit integers make it very hard to trigger the old buggy code, and it was only used to rewind the counter. But it is time to finally fix it. ---