Skip to content

Generate server_key_safe_deserialize in C API #2706

@rdlopes

Description

@rdlopes

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

No one assigned

    Labels

    feature_requestSomething I need does not exist

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions