mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
Instead of having a large list of magical constants, we now only have the curve prime, a, b, and order, which are all taken from the specification. All the other helper constants are now calculated from the curve paramters.