# Algorithm Support

emCA supports the following cryptographic algorithms for certificate and signature operations:

**Traditional Cryptography Algorithms**

* **DSA (Digital Signature Algorithm)**\
  Compliant with FIPS 186-4 for digital signatures.
* **RSA**\
  Implements PKCS #1 v2.2 with key sizes from 2048 to 4096 bits.

**ECC Algorithms**

emCA supports a variety of Elliptic Curve Cryptography (ECC) algorithms, including:

* secp192r1 (NIST P-192)
* secp256r1 (NIST P-256)
* secp384r1 (NIST P-384)
* secp521r1 (NIST P-521)
* brainpoolP256r1, brainpoolP384r1, brainpoolP512r1
* prime224v1, prime256v1
* Ed25519 (RFC 8422)


---

# 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://emca.emudhra.com/algorithm-support.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.
