issues
search
cryptimeleon
/
incentive-system
A cryptographic incentive system.
Apache License 2.0
4
stars
0
forks
source link
Feature/token format ecdsa
#191
Closed
this-kramer
closed
1 year ago
this-kramer
commented
1 year ago
Reason for this PR:
The token commitment format has changed: (dsrnd0, dsrnd1) are now
dsrnd
There is no
esk
anymore
We have the
dsid
directly encoded in the commitment, with
dsid=dsid_usr+dsid_prov
; it is now an exponent instead of a group element
DSP code was mostly removed since the ecdsa version works differently and is much simpler
Reason for this PR:
dsrnd
esk
anymoredsid
directly encoded in the commitment, withdsid=dsid_usr+dsid_prov
; it is now an exponent instead of a group element