milagro_bls
milagro_bls copied to clipboard
BLS12-381 cryptography using Apache Milagro
In my testing, it takes ~6ms to deserialize a single public key with this method. This is suspiciously slow. I suspect something strange is going on here. #46 alludes to...
I am trying to use this crate with the Substrate framework, which requires the `no-std` feature. It looks like this crate supports running in no-std environments, if I look at...
# What is the issue All secrets need to be zeroed before the memory is freed. This includes `SecretKey` generation and signing and any subroutines used by these. Similarly for...