Skip to content

Long arithmetic primitives in C++ and x86 assembly for public cryptography RSA and DH. Research and graduate work

Notifications You must be signed in to change notification settings

reefactor/masters_grad_thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

undergrad_crypto

Tools for public cryptography RSA and DH in C++/x86 asm from my research and graduate work.

Written and tested on MS Visual C++ 6. No external dependencies required. Portable/posix version was never finished.

XLong

Written around 2003. Fast math routines for long integer. Low level is implemented in x86 assembler (see math_i386.cpp). Wrapped in C++ OOD interface. Trivial RSA example included.

XGaloisLib

Written around 2004. Fast math routines for galois fields GF 2^m math.

Publications

2007

2006

Материалы международной научно-технической конференции современные средства связи Минск НПК 2006

публикация материалы международной научно-технической конференции современные средства связи 2006 Алгоритм вскрытия криптосистемы RSA

2005

Арифметика больших чисел в криптографии Сюрин, В. Н. Шилко, Д. В. - Одесса 2005

труды шестой международной научно практической конференции Современные Информационные и электронные технологии 2005 HПК Шилко, Сюрин, Арифметика больших чисел в криптографии

About

Long arithmetic primitives in C++ and x86 assembly for public cryptography RSA and DH. Research and graduate work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published