-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Labels
feature_requestSomething I need does not existSomething I need does not exist
Description
What is the problem you want to solve and can not with the current version?
C API offers a server_key_safe_serialize function but not its counterpart server_key_safe_deserialize
Describe the solution you'd like
In C API, have a function
int server_key_safe_deserialize(struct DynamicBufferView buffer_view,
uint64_t serialized_size_limit,
struct ServerKey **result);Describe alternatives you've considered
Only alternative is to be using compressed_server_key_safe_deserialize/compressed_server_key_safe_serialize
instead
Additional context
Metadata
Metadata
Assignees
Labels
feature_requestSomething I need does not existSomething I need does not exist