pub fn encrypt_with_minimal_key(
    ek: &MinimalEncryptionKey,
    num: u64
) -> EncodedCiphertext<u64>