Michael Lodder
Michael Lodder
@L3pereira there's the `vsss-rs` crate that can be used to do secret sharing with ockam's bls signature crate. I've used it myself for that purpose. If you want to do...
Why are you trying to split a signature? Are you trying to do threshold signing? If so, the proper thing to do is split the signing key and sign with...
In practice, not a decision here, whenever hexits or base64 are given it represents big endian.
If we give the actual bytes then little endian is preferable
Let me clarify, in a spec if they give the actual byte sequence it’s almost always little endian, but when encoded like hex or base64, it’s big endian. Since we...
The problem with HSMs is you can only multiply a point by the secret value and they only return the X coordinate which means you have to figure out which...
@andrewwhitehead prove that this is secure. If you're going to deviate from the original paper spec then please provide a proof of security.
I disagree that the reviews will come from the cfrg. If we’re that confident in the changes let’s write up a paper and submit it to be peer reviewed.
62 is computing the same thing as before it’s just removing the same check from being performed twice. It doesn’t need a security proof
AFAIK there are no changes to the SPK that I made and should already match the original paper