Skip to content

julesmt/xor_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

XOR SOLVER

This program solves XOR systems, read the pdf for more information.

Usage

For exemple

a ^ c = 9884

b ^ c = 34

a ^ b ^ c = 165

gives matrix

| 1 0 1 |

| 0 1 1 |

| 1 0 1 |

and vector

| 9884 |

| 34 |

| 165 |

About

A tool to solve systems of XOR equations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages