-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
ABIChanges the format of serialized objectsChanges the format of serialized objectsAPIRelated to public APIRelated to public APIPythonRelated to Python bindingsRelated to Python bindingsWASMRelated to WASM bindingsRelated to WASM bindingsenhancementNew feature or requestNew feature or request
Description
Presently all ferveo-generated objects are handled as bytes. Instead, ferveo types can be implemented directly in dks.rs as well as the python/wasm bindings. This implies that ferveo provides a crate exporting it's python and wasm bindings for consumption in nucypher-core (nucypher/ferveo#87).
targets
ThresholdDecryptionRequest.ciphertext->ferveo.api.CiphertextThresholdDecryptionResponse.decryption_share->ferveo.tpke.api.DecryptionShareSimple||DecryptionSharePrecomputedNodeMetadataPayload.ferveo_public_key->ferveo.common.keypair.PublicKey
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ABIChanges the format of serialized objectsChanges the format of serialized objectsAPIRelated to public APIRelated to public APIPythonRelated to Python bindingsRelated to Python bindingsWASMRelated to WASM bindingsRelated to WASM bindingsenhancementNew feature or requestNew feature or request