cryptape / ckb-crypto-demo

Fundamental cryptography libraries for CKB
4 stars 4 forks source link

BLS签名在riscv环境下验签 #47

Closed timfaner closed 4 years ago

timfaner commented 4 years ago

涉及到的三方库

timfaner commented 4 years ago

目前问题:没有汇编加速的GMP库运行极慢,有没有可能链上运行时候有超时的情况出现?

timfaner commented 4 years ago

https://github.com/ethereum/eth2.0-spec-tests/tree/master/tests/general/phase0/bls eth 测试向量

timfaner commented 4 years ago

对mcl、bls库启用-Os优化,经过测试应该没问题