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
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
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
>