Skip to content

juliannowakowski/lep-cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEP Solver

A proof-of-concept SageMath implementation of the paper

An Improved Algorithm for Code Equivalence

available at https://eprint.iacr.org/2024/1272

Files

  • lep_solver.sage contains the novel algorithm for solving the linear code equivalence problem (LEP).
  • cf.sage contains the underlying canonical form function.
  • demo.sage generates a LEP instance with parameters $q=7$, $n = 20$, $k = 10$, and uses the novel algorithm to solve it.
  • utils.sage contains some helper functions.
  • test_cf.sage extensive test of the underlying canonical form function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages