Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

Support for BLS12 based signature verification #1044

Open wdcs-amitkumar opened 2 years ago

wdcs-amitkumar commented 2 years ago

Hi Team!

Since many protocols(Ethereum 2.0, Dfinity, Algorand and more) are putting BLS12 to use for digital signatures. I want to verify BLS 12 based signature from scilla smart contract.

wdcs-amitkumar commented 2 years ago

Hoping for some positive inputs/response on this.