Skip to main content

create_group

Function create_group 

Source
pub fn create_group(
    murk: &mut Murk,
    name: &str,
    creator_pubkey: &str,
) -> Result<(), MurkError>
Expand description

Create a new empty group, seeded with the creator as its first member so they can always read and re-encrypt it. Errors if the name is invalid or the group already exists.