Skip to content

Julia package for manipulating braids, including reductions and representations

License

Notifications You must be signed in to change notification settings

jwvictor/Braids.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braids.jl

A Julia library for working with braid groups.

Features

  • Basic operations on braids (composition, equality, inversion, generators)
  • Unreduced Burau representation of braids into a matrix space over
  • Dehornoy reduction of braids, mainly used in the implementation of the equality operation (the Dehornoy always reduces the trivial braid to the identity)

Motivation

The motivation for building Braids.jl is to enable research into braid-based cryptography using the Julia language. There are a wide variety of outstanding questions in braid algorithms that have important applications in post-quantum cryptography. Furthermore, many of these problems require running algorithms requiring massive compute resources, and the Julia implementation makes it easy to build distributed implementations of complex braid algorithms.

Related projects

The Burau representation uses Nemo to manipulate polynomials. A field of fractions is used in place of the inverse element (Nemo doesn't yet support negative exponents).

Build Status Coverage Status codecov.io

About

Julia package for manipulating braids, including reductions and representations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages