# Algorithms & Cryptography

- [MPC](https://www.mohitkapadiya.com/algorithms-and-cryptography/mpc.md)
- [Gap-Diffie-Hellman (GDH)](https://www.mohitkapadiya.com/algorithms-and-cryptography/mpc/gap-diffie-hellman-gdh.md)
- [Sphinics+](https://www.mohitkapadiya.com/algorithms-and-cryptography/sphinics+.md)
- [Falcon Signature Scheme](https://www.mohitkapadiya.com/algorithms-and-cryptography/falcon-signature-scheme.md)
- [ECC vs SLH DSA](https://www.mohitkapadiya.com/algorithms-and-cryptography/ecc-vs-slh-dsa.md): This document explores the comparison between Elliptic Curve Cryptography (ECC) - specifically ECDSA and EdDSA - and Stateless Hash-based Digital Signature Algorithm (SLH DSA).
- [Zero Knoledge Proof](https://www.mohitkapadiya.com/algorithms-and-cryptography/zero-knoledge-proof.md)
- [Public - Private Key Cryptography](https://www.mohitkapadiya.com/algorithms-and-cryptography/public-private-key-cryptography.md): This document represents Public-Private Key Cryptography Experience I have in the world of Bitcoin, Ethereum, Solana Blockchain.
- [Hashing Algorithms](https://www.mohitkapadiya.com/algorithms-and-cryptography/hashing-algorithms.md)
- [SHA 256](https://www.mohitkapadiya.com/algorithms-and-cryptography/hashing-algorithms/sha-256.md)
- [ERC 4337](https://www.mohitkapadiya.com/algorithms-and-cryptography/hashing-algorithms/erc-4337.md)
- [ERC 6551](https://www.mohitkapadiya.com/algorithms-and-cryptography/hashing-algorithms/erc-6551.md)
- [ERC 721 & 1155](https://www.mohitkapadiya.com/algorithms-and-cryptography/hashing-algorithms/erc-721-and-1155.md)
- [ERC 7560](https://www.mohitkapadiya.com/algorithms-and-cryptography/hashing-algorithms/erc-7560.md)
- [Signature Validation Algorithms](https://www.mohitkapadiya.com/algorithms-and-cryptography/signature-validation-algorithms.md)
- [Threshold Signature Scheme(TSS)](https://www.mohitkapadiya.com/algorithms-and-cryptography/signature-validation-algorithms/threshold-signature-scheme-tss.md)
- [RSA](https://www.mohitkapadiya.com/algorithms-and-cryptography/signature-validation-algorithms/rsa.md)
- [ECDSA](https://www.mohitkapadiya.com/algorithms-and-cryptography/signature-validation-algorithms/ecdsa.md)
- [EdDSA](https://www.mohitkapadiya.com/algorithms-and-cryptography/signature-validation-algorithms/eddsa.md)
- [SLHDSA (Sphinics+)](https://www.mohitkapadiya.com/algorithms-and-cryptography/signature-validation-algorithms/slhdsa-sphinics+.md)
- [ECC](https://www.mohitkapadiya.com/algorithms-and-cryptography/signature-validation-algorithms/ecc.md)
- [Encryption Algorithms](https://www.mohitkapadiya.com/algorithms-and-cryptography/encryption-algorithms.md)
- [Alchemy](https://www.mohitkapadiya.com/algorithms-and-cryptography/encryption-algorithms/alchemy.md)
- [Infura](https://www.mohitkapadiya.com/algorithms-and-cryptography/encryption-algorithms/infura.md)
- [Moralis](https://www.mohitkapadiya.com/algorithms-and-cryptography/encryption-algorithms/moralis.md)
- [Thirdweb](https://www.mohitkapadiya.com/algorithms-and-cryptography/encryption-algorithms/thirdweb.md)


---

# 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://www.mohitkapadiya.com/algorithms-and-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.
