Skip to main content

reencrypt_folders

Function reencrypt_folders 

Source
fn reencrypt_folders(
    folders: &[Folder],
    current_key: SymmetricKeySlotId,
    new_key: SymmetricKeySlotId,
    ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<Vec<Folder>, DataReencryptionError>