hyperledger / anoncreds-clsignatures-rs

Apache License 2.0
7 stars 12 forks source link

Pairing optimizations #12

Closed andrewwhitehead closed 1 year ago

andrewwhitehead commented 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.