2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move large portion of testing for CDD to ContainerWithSignature Fix CryptoContainer __repr__ to str(self) Move __add__ to CurrencyBase Other editorial work More... over 16 years ago
Add a check ensuring signature copying for CDD (becuase some changes I was making was causing just that problem) More... over 16 years ago
more playing with adding blanks
jhb
as ocjhb
More... over 16 years ago
starting to play with adding blanks
jhb
as ocjhb
More... over 16 years ago
yeah, first mulitparty protocol running!
jhb
as ocjhb
More... over 16 years ago
working towards a first multi party protocol run
jhb
as ocjhb
More... over 16 years ago
Implement simple, lazy time unlocking dsdb. It does not handle time at all although time should just plug in More... over 16 years ago
python __init__.py runs through again
jhb
as ocjhb
More... over 16 years ago
made tests run again. Pay attention to the __eq__ method of the container, basically reverted it. Also changed toJson() to toJson(1) in a couple of places
jhb
as ocjhb
More... over 16 years ago
modified crypto to string the private according to the comment in line 222, using n, e and d
jhb
as ocjhb
More... over 16 years ago
Changed docstrings to raw. Updated blinding values (we need to vet the math -- they pass though) More... over 16 years ago
Fix equality tests between CryptoContainers. This in turn fixes cdd==cdd2 tests. Added a test to check cdd.toJson()==cdd2.toJson() More... over 16 years ago
Fix CryptoContainer string building. Fix tests using CryptoContainer string building More... over 16 years ago
Tried to make real CDDs and MintKeys. It doesn't work yet. Added a bunch of tests. Broke protocol tests. Change Issuer to use a more real separation between the Mint and the Issuer Removed DSDBKeys and ObfuscatedBlanks from containers More... over 16 years ago
Repair ContainersWithSignature.verifySignature to use new signature verification More... over 16 years ago
first semi working version of a protocol. Check tests.txt!
jhb
as ocjhb
More... over 16 years ago
Protocol TODOs More... over 16 years ago
removed ContainerWithBase and ContainerWithSignatures
jhb
as ocjhb
More... over 16 years ago
changed all signed Containers to ContainerWithSignature
jhb
as ocjhb
More... over 16 years ago
changed all signed Containers to ContainerWithSignature
jhb
as ocjhb
More... over 16 years ago
Remove RepeatableExtraNames from the container format. Remove AdSignatures from the CDD. Remove DSDBKey, ObfuscatedBlanks containers. More... over 16 years ago
having a json presentation with signatures
jhb
as ocjhb
More... over 16 years ago
first go at having codecs for fields
jhb
as ocjhb
More... over 16 years ago
Add module-level doctest for crypto Remove self-signing ability from containers Start adding doctests for signed CDD More... over 16 years ago
Expand doctests for RSAKeyPair. Create doctests for RSAEncryptionAlgorithm Create not-working doctests for RSABlindingAlgorithm Continue input/message changes Use reason when PyCryptoError is raised More... over 16 years ago
Remove update/reset functions from signature, encryption, and blinding classes Add doctest for RSAKeyPair More... over 16 years ago
Fix typo so crypto can be imported/tested More... over 16 years ago
added json to pyopencoin
jhb
as ocjhb
More... over 16 years ago
forgot to check in the changes I made to the protocol.txt at the meeting
jhb
as ocjhb
More... over 16 years ago
Fix typos & remove decided questions from protocol. Change COINS->COIN. Remove items from TODO More... over 16 years ago