From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: algorithms.c: Fix Poly1305 `hashu...' and `hashbuf...' methods. X-Git-Tag: 1.2.0~42 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/0c87e818de23f9bdc1bcef0d19b628aed814cc3a?hp=0c87e818de23f9bdc1bcef0d19b628aed814cc3a algorithms.c: Fix Poly1305 `hashu...' and `hashbuf...' methods. Hash the input number or length, not the size of the field. ---