You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@milagro.apache.org by GitBox <gi...@apache.org> on 2021/05/28 04:24:49 UTC

[GitHub] [incubator-milagro-crypto-rust] AlexiaChen opened a new issue #49: Does this library provide blsFastAggregateVerify like blst and herumi library?

AlexiaChen opened a new issue #49:
URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/49


   blst https://github.com/supranational/blst/blob/a7a34ef3b60d27c550b5d52f9c05f13305c76392/bindings/go/blst.go#L537-L557
   
   herumi: https://github.com/herumi/bls-eth-go-binary/blob/c667dd9d9a1f21766a826f58b54b8bb70d3b69f5/bls/include/bls/bls.h#L156-L158


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org


[GitHub] [incubator-milagro-crypto-rust] AlexiaChen commented on issue #49: Does this library provide blsFastAggregateVerify like blst and herumi library for verifying the same message?

Posted by GitBox <gi...@apache.org>.
AlexiaChen commented on issue #49:
URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/49#issuecomment-850137309


   @kealan 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org


[GitHub] [incubator-milagro-crypto-rust] kirk-baird commented on issue #49: Does this library provide blsFastAggregateVerify like blst and herumi library for verifying the same message?

Posted by GitBox <gi...@apache.org>.
kirk-baird commented on issue #49:
URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/49#issuecomment-931910352


   > First, I would say thank you for making this library.
   > 
   > blst https://github.com/supranational/blst/blob/a7a34ef3b60d27c550b5d52f9c05f13305c76392/bindings/go/blst.go#L537-L557
   > 
   > herumi: https://github.com/herumi/bls-eth-go-binary/blob/c667dd9d9a1f21766a826f58b54b8bb70d3b69f5/bls/include/bls/bls.h#L156-L158
   
   Sorry for the slow reply, I haven't looked at this repository for some time. Yes it does for BLS12-381 it can be seen here.
   https://github.com/apache/incubator-milagro-crypto-rust/blob/develop/src/bls381/proof_of_possession.rs#L153


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org