You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at Rust binding, I couldn't find dedicated APIs for "basic", "message augmentation", and "proof-of-possession" variants of the schemes.
More confusingly, in benches/bls_benches.rshere: one of the ciphersuite specified indicate usage of POP, but there's no code related to proof-of-possession to be found (maybe I miss something?)
Also for "basic" scheme, there's no option to check uniqueness of messages (I saw an TODO comment tho) either.
Could you please clarify how to use the current APIs for the 3 schemes in the standard?
The text was updated successfully, but these errors were encountered:
See discussion in #93. "It might be helpful to view [blst] as something that works with EC points and byte sequences, rather than keys and signatures."
Looking at Rust binding, I couldn't find dedicated APIs for "basic", "message augmentation", and "proof-of-possession" variants of the schemes.
More confusingly, in
benches/bls_benches.rs
here: one of the ciphersuite specified indicate usage ofPOP
, but there's no code related to proof-of-possession to be found (maybe I miss something?)Also for "basic" scheme, there's no option to check uniqueness of messages (I saw an
TODO
comment tho) either.Could you please clarify how to use the current APIs for the 3 schemes in the standard?
The text was updated successfully, but these errors were encountered: