Closed andrewwhitehead closed 1 year ago
In my tests this reduces the time for proving and verification by 20-25% for revocable credentials (still in the ms range).
I found some inconsistencies with sub_mod and mod_neg for GroupOrderElement so there is a test added, and modifications to normalize the inner value.
sub_mod
mod_neg
In my tests this reduces the time for proving and verification by 20-25% for revocable credentials (still in the ms range).
I found some inconsistencies with
sub_mod
andmod_neg
for GroupOrderElement so there is a test added, and modifications to normalize the inner value.