mattrglobal / pairing_crypto

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

fix(bbs/core): Fix encoding of empty headers #116

Closed BasileiosKal closed 1 year ago

BasileiosKal commented 1 year ago

If the (presentation-)header is None, a length of 0 must be included in the domain/challenge calculation.

dev0x1 commented 1 year ago

Just a minor comment otherwise LGTM!