go-bls
go-bls copied to clipboard
Boneh–Lynn–Shacham signature scheme.
I tried to use gob serialization to store the generated key locally, but structures with private members, such as System and PublicKey, forbid me to do so. So I capitalized...
Does/can this implement the Boneh/Drijvers/Neven BLS signature scheme? Or does this require extra steps to protect against rogue key attacks? See https://crypto.stanford.edu/~dabo/pubs/papers/BLSmultisig.html It describes an efficient BLS multi sig as...
I don't see how to perform any signer ambiguous signature scheme from the library. Is this implemented?