Crate tiny_curve

Source
Expand description

§Small elliptic curves for testing

crate Docs License Build Status Coverage

Warning: these are not in any way secure. Only use them in tests when you need a curve with a small order.

Structs§

TinyCurve16
An elliptic curve with a 16-bit order.
TinyCurve32
An elliptic curve with a 32-bit order.
TinyCurve64
An elliptic curve with a 64-bit order.