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

Typed FHE arguments #378

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Typed FHE arguments #378

wants to merge 2 commits into from

Commits on Jun 13, 2024

  1. Add initial .as_spf() with example

    Note: this fails when users have type synonyms for `Cipher` since we hackity hack check for `Cipher<T>` by string equality. Doing this properly requires the larger fix of actually using `Cipher<T>` as a bonafide typed ciphertext and not just some marker type for the fhe program signature.
    samtay committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    68e5f9e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    505efcb View commit details
    Browse the repository at this point in the history