Files
Odin/tests/core/speed.odin
Jeroen van Rijn 9dafd77bc0 Turn core:math/bìg tests into regular core:testing tests.
`core:math/big` has been verified against Python's big integer implementation long enough.
Turn it into a regular regression test using the `core:testing` framework, testing against
a generated corpus of test vectors.
2025-06-11 00:40:52 +02:00

7 lines
176 B
Odin

// Tests intended to be ran with optimizations on
package tests_core
@(require) import "crypto"
@(require) import "hash"
@(require) import "image"
@(require) import "math/big"