pub async fn create_sender_key_distribution_message<R: Rng + CryptoRng>(
sender: &ProtocolAddress,
distribution_id: Uuid,
sender_key_store: &mut dyn SenderKeyStore,
csprng: &mut R,
) -> Result<SenderKeyDistributionMessage>
pub async fn create_sender_key_distribution_message<R: Rng + CryptoRng>(
sender: &ProtocolAddress,
distribution_id: Uuid,
sender_key_store: &mut dyn SenderKeyStore,
csprng: &mut R,
) -> Result<SenderKeyDistributionMessage>