Skip to content

Code repository associated to the work Return of the Kummer: a toolbox for genus 2 isogeny-based cryptography

License

Notifications You must be signed in to change notification settings

Krijn-math/return-of-the-kummer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Return of the Kummer

This repository contains the code accompanying the paper Return of the Kummer: a toolbox for genus 2 cryptography by Maria Corte-Real Santos and Krijn Reijnders.

All code in this repository was written in Magma, Python and SageMath, and is made publicly available under the MIT license. The dependencies are:

  • Python 3.11.1 (with matplotlib)
  • SageMath version 10.1
  • Magma version V.25-4

Contents

This repository contains two main directories:

  • Magma: this contains many of the crucial techniques and tools for isogeny-based cryptography in genus 2 as described in the paper. The folder is subdivided into the sections of the paper. Symbolic proofs for several results of the paper are given in the subfolder proofs. All the code in this directory is written in Magma, and is explained in more detail in the README.md file for this subdirectory.
  • Python: this contains the code used for benchmarking verification, thus includes the required Kummer arithmetic to achieve both compressed and uncompressed SQIsign verification on Kummer surfaces. The code in this directory is written in Python, with a small part in SageMath, and is explained in more detail in the README.md file for this subdirectory.

Acknowledgements

The Magma code in the Magma subdirectory is based on the work Computing supersingular isogenies on Kummer surfaces by Craig Costello, and in particular uses code from the associated repository. The code is furthermore partly based on the work Fast genus 2 arithmetic based on Theta functions by Pierrick Gaudry, and its associated code.

Notes

Throughout, by python we mean python3 if your terminal requires this (e.g., some MacOS versions may require this.)

Licenses

Code in this repository that does not indicate otherwise is published under the MIT license, as is the third-party code that this code is based on.

About

Code repository associated to the work Return of the Kummer: a toolbox for genus 2 isogeny-based cryptography

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published