Skip to content

Commit

Permalink
Merge pull request #3 from electrum-altcoin/refactor/modules
Browse files Browse the repository at this point in the history
Refactor/modules
  • Loading branch information
ahmedbodi authored Sep 24, 2024
2 parents fc25e89 + c7f95ec commit 2e23815
Show file tree
Hide file tree
Showing 183 changed files with 154,808 additions and 5,807 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build
wheelhouse/
dist/
src/algomodule.egg-info/
algomodule.egg-info/
algomodule/__pycache__/
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
graft *
recursive-include src/
recursive-include algomodule/
26 changes: 26 additions & 0 deletions algomodule/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import algomodule.bcrypt
import algomodule.bitblock
import algomodule.blake
import algomodule.dcrypt
import algomodule.fresh
import algomodule.fugue
import algomodule.groestl
import algomodule.hefty1
import algomodule.jackpot
import algomodule.keccak
import algomodule.meraki
import algomodule.neoscrypt
import algomodule.nist5
import algomodule.quark
import algomodule.qubit
import algomodule.scrypt
import algomodule.shavite3
import algomodule.skein
import algomodule.threes
import algomodule.twe
import algomodule.x11
import algomodule.x13
import algomodule.x14
import algomodule.x15
import algomodule.x16rv2
import algomodule.x17
Loading

0 comments on commit 2e23815

Please sign in to comment.