Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In iOS run a Zama program on actual data #81

Open
bhaskarkishore opened this issue Dec 4, 2024 · 0 comments
Open

In iOS run a Zama program on actual data #81

bhaskarkishore opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels

Comments

@bhaskarkishore
Copy link
Contributor

Existing Zama code x86 is available in the zama_poc folder. From here lift code to process a 23&me genome txt file, produce zama encrypted data, and run one of the available sample programs on it and benchmark execution times.

  • Place 23&me raw txt file an accessible location (preferably icloud)
  • Load and process the file using the rust function process_file available here
  • Encode the loaded data using the function encrypt_genotypes_for_zama available here
  • Serialize the data using fn serialize_encrypted_genotypes. Display / capture final output size in bytes/megabytes.
  • Run a program on the zama data, example here

For each of the items, please capture run time on an actual device and display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants