8000 GitHub - SFCryptocurrencyDevs/crypto-fun: An educational cryptography library with rather verbose comments.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SFCryptocurrencyDevs/crypto-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Fun

SF Cryptocurrency Devs has developed (or rather is developing) a Python cryptography library to enhance our Sunday Emergency Reading experience. This library is meant to be used for educational purposes only.

As is conventional wisdom in the world of cryptography:

Roll your own joints, not your own crypto!

Troll gif

Cryptography Coverage

  • Euclidean Algorithm (GCD)
  • Extended Euclidean Algorithm
  • Modular Inverse
  • Elliptic curve addition and multiplication

Setup and Testing

As a Golang/JavaScript developer by day and a Rust developer by night, I have no idea how to properly setup a Python project (cough cough open a PR please). So, instead I will list the required packages and testing instructions here.

Note: only works with python 3+.

Required Packages

  • unittest

Testing

python tests.py

About

An educational cryptography library with rather verbose comments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0