Let's say we have an e-mail of 10MB, and we want to distribute this to 1000 users. Before sending the e-mail, I encrypt it. And all users have my public key to decrypt it.
What encryption method can I use with less computational resources and produce as less possible e-mails? But compression methods are not allowed like hashing.