mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-09 04:37:25 +00:00
UnsignedBigInteger stores an unsigned ainteger of arbitrary length. A big integer is represented as a vector of word. Each word is an unsigned int.