reefactor / masters_grad_thesis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 89.4%Language:Makefile 10.3%Language:Batchfile 0.3%