diff --git a/cpp/v0curves b/cpp/v0curves deleted file mode 100644 index a82d1b41e..000000000 --- a/cpp/v0curves +++ /dev/null @@ -1 +0,0 @@ -#placeholder diff --git a/cpp/v0curves.py b/cpp/v0curves.py new file mode 100644 index 000000000..363ace0f2 --- /dev/null +++ b/cpp/v0curves.py @@ -0,0 +1,6 @@ +curves = [ + (80, -0.04047677865612648, 1.1433465085639063, 160), + (128, -0.026374888765705498, 2.012143923330495, 256), + (192, -0.018504919354426233, 2.6634073426215843, 384), + (256, -0.014327640360322604, 2.899270827311091, 781), +] \ No newline at end of file