pub trait ExtKeyShareProcessor { // Required method fn key_share(&mut self, _: Group, _: &[u8]) -> bool; }
Downstream Key Share Processor