Skip to content

Commit ff1f451

Browse files
committed
Blind signature updates
- added serializing and deserializing - added a signature chain class `ECCBlindSigChain` - added more tests
1 parent 213519b commit ff1f451

File tree

7 files changed

+608
-237
lines changed

7 files changed

+608
-237
lines changed

src/pyelliptic/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from .cipher import Cipher
1313
from .ecc import ECC
1414
from .eccblind import ECCBlind
15+
from .eccblindchain import ECCBlindChain
1516
from .hash import hmac_sha256, hmac_sha512, pbkdf2
1617
from .openssl import OpenSSL
1718

@@ -21,6 +22,7 @@
2122
'OpenSSL',
2223
'ECC',
2324
'ECCBlind',
25+
'ECCBlindChain',
2426
'Cipher',
2527
'hmac_sha256',
2628
'hmac_sha512',

src/pyelliptic/blindchain.py

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)