get_key_share — Group 15, Code 02
Retrieve a share of the staged key material.
Purpose
get_key_share returns a key share from the staged material. Use it as the retrieval half of the RKE flow.
Wire reference — authored from source
This byte layout was derived from the current raidax implementation (rke_keyshare.c). It reflects the live binary protocol used by the RKE service.
Request Body
Response Body
Request and response
...
| Note | Developer detail |
|---|---|
| Accepted request types | The live handler accepts Type 0, Type 1, and Type 5 forms. |
| Request layout | Uses the rke_keyshare_req_t structure. |
| Success payload | Returns a 1-byte key share value in the response body. |