-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(reissue): key mint sigs by mlsag index not KeyImage
A big-ish commit. highlights: 1. KeyImage are not unique across inputs, so we cannot use it as map key. 2. got tests in dbc.rs building and working with ringct 3. mods in builder.rs, mint.rs and dbc.rs to support (1) and (2). 4. fix in builder.rs when checking if SpentProofShares match 5. removed some error variants that are no longer used. 6. added BlsHelper::blstrs_to_blsttc_sk() 7. uncommented NonZeroTinyInt::coerce, which is used by dbc.rs test
- Loading branch information
Showing
5 changed files
with
303 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.