download_paper
Download cryptographic research papers from the IACR Cryptology ePrint Archive in PDF or TXT formats by specifying the paper ID and desired format.
Instructions
Download a paper in PDF or TXT format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | ||
paper_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "pdf",
"enum": [
"pdf",
"txt"
],
"type": "string"
},
"paper_id": {
"type": "string"
}
},
"required": [
"paper_id"
],
"type": "object"
}