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

Implement ThresholdDecryptionRequest and ThresholdDecryptionResponse #47

Closed
KPrasch opened this issue Apr 13, 2023 · 0 comments · Fixed by #48
Closed

Implement ThresholdDecryptionRequest and ThresholdDecryptionResponse #47

KPrasch opened this issue Apr 13, 2023 · 0 comments · Fixed by #48
Assignees
Labels
API Related to public API

Comments

@KPrasch
Copy link
Member

KPrasch commented Apr 13, 2023

Requirements

Implement two new serde-versioned bytes-serializable entities for use in nucypher/nucypher and nucypher/nucypher-ts threshold decryption product (working title "tCBD"). Bob will use these entities to gather threshold decryption shares. Both python and WASM binding are needed.

Entities
  • ThresholdDecryptionRequest (ThRq)
    • ritual ID: int
    • ciphertext: ferveo.Ciphertext
    • conditions: Conditions
    • context: Context
  • ThresholdDecryptionResponse (ThRs)
    • share: ferveo.DecryptionShare

Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Related to public API
Projects
Status: Completed
2 participants