]> git.codecow.com Git - Monocypher.git/commit
Fix Chacha20 ctr test when size_t < u64
authorCuleX <cculex@gmail.com>
Fri, 25 Aug 2017 13:00:43 +0000 (15:00 +0200)
committerCuleX <cculex@gmail.com>
Fri, 25 Aug 2017 13:00:43 +0000 (15:00 +0200)
commitf5938315e802127aff197f56e6a7d596d7ce28a6
treed4d53260c431beeb51f4c8a20b39feec2d6830f2
parentfda21672528107b22f1cec0ad23d914ff6e757b9
Fix Chacha20 ctr test when size_t < u64

This can happen on 32-bit platforms and was reproduced on a 32-bit build
of Solaris 11.
tests/self.c