Generates SSKR shares using a custom random number generator.
This function matches the Rust sskr_generate_using API by returning wrapped SSKRShare objects and allowing a custom RNG for deterministic testing.
sskr_generate_using
The SSKRSpec instance defining group/member thresholds
The SSKRSecret to be split into shares
Random number generator (must have fillRandomData method)
Nested array of SSKRShare instances (groups × members)
Generates SSKR shares using a custom random number generator.
This function matches the Rust
sskr_generate_usingAPI by returning wrapped SSKRShare objects and allowing a custom RNG for deterministic testing.