mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-21 03:56:39 +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.