Skip to content

Commit

Permalink
Blind signature updates
Browse files Browse the repository at this point in the history
- added serializing and deserializing
- added a signature chain class `ECCBlindSigChain`
- added more tests
  • Loading branch information
PeterSurda committed Mar 31, 2020
1 parent 213519b commit ff1f451
Show file tree
Hide file tree
Showing 7 changed files with 608 additions and 237 deletions.
2 changes: 2 additions & 0 deletions src/pyelliptic/__init__.py
Expand Up @@ -12,6 +12,7 @@
from .cipher import Cipher
from .ecc import ECC
from .eccblind import ECCBlind
from .eccblindchain import ECCBlindChain
from .hash import hmac_sha256, hmac_sha512, pbkdf2
from .openssl import OpenSSL

Expand All @@ -21,6 +22,7 @@
'OpenSSL',
'ECC',
'ECCBlind',
'ECCBlindChain',
'Cipher',
'hmac_sha256',
'hmac_sha512',
Expand Down
77 changes: 0 additions & 77 deletions src/pyelliptic/blindchain.py

This file was deleted.

0 comments on commit ff1f451

Please sign in to comment.