Re: Update on Rough Draft Implementation of KangarooTwelve

2020-06-02 Thread Jonathan Wakely
On 02/06/20 09:54 +0200, Petr Pisar wrote: On Tue, Jun 02, 2020 at 07:58:15AM +0200, tsalim--- via devel wrote: At this point, I am working on adding support for numbers as large as 2^255 as required by the length_encode function detailed on page 9 of the RFC. The C Programming Language does no

Re: Update on Rough Draft Implementation of KangarooTwelve

2020-06-02 Thread IƱaki Ucar
On Tue, 2 Jun 2020 at 08:07, tsalim--- via devel wrote: > > At this point, I am working on adding support for numbers as large as 2^255 > as required by the length_encode function detailed on page 9 of the RFC. > > The C Programming Language does not support large numbers greater than 2^63-1 > a

Re: Update on Rough Draft Implementation of KangarooTwelve

2020-06-02 Thread Petr Pisar
On Tue, Jun 02, 2020 at 07:58:15AM +0200, tsalim--- via devel wrote: > At this point, I am working on adding support for numbers as large as 2^255 > as required by the length_encode function detailed on page 9 of the RFC. > > The C Programming Language does not support large numbers greater than >