# Human Server

Server implements ECDSA, and allows us to send what we want to Alice and Bob. We can also control a nonce, which gets xored with the private key at the end. The server only does one check, and that is that the private keys match at the end of the transfer. We can send the generator point to both Alice and Bob, as we know what the generator multiplied by their private keys are, and then we create a pair of nonces so that they xor to give the same private key. We then just decrypt the flag by using AliceX ^ BobNonce as the shared secret


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://the-winrars.gitbook.io/writeups/2021-writeups/union-ctf/human-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
