Skip to content

senk8/crypto-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto_math

This is a full-scratch implementation of an algebraic structure for cryptology.

Setup (Mac)

Install required libraries.

brew install gmp
pip install gmpy 

Building Cython

$ python3 setup.py install

How to test crypto_math as follows:

$ export PYTHONPATH = cypto-math/src
$ pytest 

Feature

For example, F_p^n. we call p degree, and call n order.

Requirement

  • Cython
  • Python3
  • numpy
  • gmpy

About

full-scratch implementation of an algebraic structure for cryptology.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published