Skip to content

Releases: BenKosSoft/crycur

v1.1.0

04 Nov 21:43
0ce2acc
Compare
Choose a tag to compare

Release Highlights:

This release brings migration to Python 3.x, with backwards compatibility to Python 2.7.x

v1.0.0

03 Nov 07:24
f408109
Compare
Choose a tag to compare

Release Highlights:

This is the initial stable release of crycur.

  • Fully functional implementations of
    • DSA parameter generation
    • Transaction block generation
    • Mining (PoW calculation)
    • Validation of given chain/blocks
  • Customizable global configs
  • CPU parallelization using multiprocessing library.