# Post-Quantum Cryptography

## Module-Lattice-Based Digital Signature Algorithm

The FIPS 204 standard specifies ML-DSA, a digital signature algorithm, resistant to quantum computers.

{% content-ref url="/pages/udlk6jOBcKNYfuMT01Ym" %}
[ML-DSA](/hem-api/reference/api-reference/cryptography-operations/post-quantum-cryptography/ml-dsa.md)
{% endcontent-ref %}

## Module-Lattice-Based Key-Encapsulation Mechanism

The FIPS 203 standard specifies a key-encapsulation mechanism called ML-KEM, resistant to quantum computers.

{% content-ref url="/pages/KdJJ3LO8PkicDJlA0T2A" %}
[ML-KEM](/hem-api/reference/api-reference/cryptography-operations/post-quantum-cryptography/ml-kem.md)
{% endcontent-ref %}


---

# 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://docs.encedo.com/hem-api/reference/api-reference/cryptography-operations/post-quantum-cryptography.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.
