22:28:44
dunateiio:matrix.org:
kayabanerve: Hi sir, is the CLSAG's FROSTLASS part is in-scope for Moxide's BP? cuz I can't find the public API for it
22:29:13
kayabanerve:matrix.org:
It's clsag/src/multisig.rs
22:37:19
dunateiio:matrix.org:
I know, I'm asking about the call path to access a function like sign_share(), they are private
22:39:42
boog900:monero.social:
that is a function in a trait, importing the trait will give you that function?
22:41:48
dunateiio:matrix.org:
Yeaa, I'm sorry, thank you
23:41:54
kayabanerve:matrix.org:
Also, these functions are orchestrated via an AlgorithmMachine from modular-frost. The literal algorithm present expects to be called as said struct does, and we have an open issue about cementing that due to known bugs when people try to directly call the algorithm themselves.