mattrglobal / pairing_crypto

A library for pairing based cryptography
Apache License 2.0
14 stars 7 forks source link

feat: add benchmarking for BBS operations #39

Closed dev0x1 closed 2 years ago

dev0x1 commented 2 years ago

Closes #18

dev0x1 commented 2 years ago

@tplooker The current benchmark is performed on the core implementation i.e. it excludes the message hashing part. In core implementation, every BBS API expects messages already mapped to scalars. Should we also have benchmarks including message hashing that will give the users of this library an exact idea of performance?

tplooker commented 2 years ago

Should we also have benchmarks including message hashing that will give the users of this library an exact idea of performance?

Yes ideally message hashing would form part of the benchmarks