Skip to content

Open-sourced v0.3.0

Choose a tag to compare

@saxbophone saxbophone released this 24 May 07:28
· 246 commits to master since this release
v0.3.0
9c77a3f
  • renamed Uint to Nat
  • switched digits storage to custom constexpr doubly-linked-list to support constexpr on platforms lacking constexpr std::vector
  • added more unit tests and fixed some bugs