This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Description
Some math functions currently panic when compiled with overflow checks enabled (which is the default for dev builds). To fix this problem the Wrapping newtype and/or wrapping ops needs to be used in some parts of the implementations.
To test that this works with overflow checks enabled uncomment this line in ci/script.sh.