gfinol / IsogenyGraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isogeny database

This is the public repository for our isogeny database, originally presented at the BYMAT2020 poster session.

⚠️WIP⚠️


Our code uses Lithops, we encourage you to read their documentation to learn how to set it up on your computer.

If you just want to run the script on your computer, the standard multiprocessing python's library can be used by just changing two import lines of the script:

from lithops.multiprocessing import Pool
from lithops.storage.cloud_proxy import open, os 

Change to:

from multiprocessing import Pool
import os 

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%