Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
/ codecrypto Public archive

Source codes for cryptography. Basic functions such as Euclidean division, LFSR, boolean functions etc..

Notifications You must be signed in to change notification settings

paberthet/codecrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

codecrypto

Source codes for cryptography, first year of Master degree, MIC, Université Paris-Cité. Basic functions such as Euclidean division, LFSR, boolean functions etc... THOSE ARE NOT SAFE IMPLEMENTATIONS!

TP1 : Basic operations on F2 polynomials

TP2-1 : LFSR using tables

TP2-2 : LFSR in F2

TP3 : more advanced ops on F2 polynomials (inverse, gcd...)

TP4 : ANF

TP5 : Fourier, Walsh Hadamard, résilience

TP6 : Entiers de Gauss

TP7 : Fibonacci

TP8-1 : Euclidian division (binary)

TP8-2 : Exponentiation (binary)

TP9-1 : Residu quadratique

TP9-2 : Test de primalité de Solovay-Strassen

TP10 : Temoin de Miller Rabin

About

Source codes for cryptography. Basic functions such as Euclidean division, LFSR, boolean functions etc..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages