You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.process_file
available hereencrypt_genotypes_for_zama
available hereserialize_encrypted_genotypes
. Display / capture final output size in bytes/megabytes.For each of the items, please capture run time on an actual device and display.
The text was updated successfully, but these errors were encountered: