celo-org / celo-bls-go

Go module for https://github.com/celo-org/bls-zexe/
Apache License 2.0
14 stars 8 forks source link

Fix infinite recursion in DeserializeSignature #35

Closed mstraka100 closed 2 years ago

mstraka100 commented 2 years ago

Fixes the infinite recursion in DeserializeSignature, fixed previously in https://github.com/celo-org/celo-bls-go/pull/31 and reintroduced in https://github.com/celo-org/celo-bls-go/pull/32.