> For the complete documentation index, see [llms.txt](https://amitagarwal.gitbook.io/profile/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amitagarwal.gitbook.io/profile/master.md).

# About me

<table data-header-hidden><thead><tr><th width="365"></th><th></th></tr></thead><tbody><tr><td><p>I am a Senior Research Scientist at <a href="https://www.category.xyz/">Category Labs</a> working in Cryptography. I recently completed my PhD in Computer Science from the University of Illinois, Urbana Champaign (ranked 4 in the world for Computer Science research as per <a href="https://csrankings.org/#/index?all&#x26;world">CSRankings</a> website) where I was supervised by Prof. <a href="https://www.dakshitakhurana.com/">Dakshita Khurana</a> and Prof. <a href="http://soc1024.ece.illinois.edu/">Andrew Miller</a>.</p><p></p><p>My research includes topics primarily in Cryptography, both theoretical and applied. I also enjoy exploring topics in Consensus, Quantum Computing, Artificial Intelligence, Game theory, Economics and Philosophy.</p><p></p><p>In my free time, I like to cook, ride motorcycle, watch comedy shows and documentaries, play guitar and introspect.</p></td><td><img src="/files/YraSqdCwYpaiosrqLPa8" alt=""></td></tr></tbody></table>

Here is a link to my [publications](/profile/publications.md) and [Google Scholar](https://scholar.google.co.in/citations?user=1E_Sg1oAAAAJ\&hl=en) profile.

{% file src="/files/CTgWOetgPOlTOS40vON8" %}
My up-to-date CV
{% endfile %}

### Contact

<figure><img src="/files/f7OSk40Zvhn9XojMePtg" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://amitagarwal.gitbook.io/profile/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
