> ## Documentation Index
> Fetch the complete documentation index at: https://help.cryptolens.io/llms.txt
> Use this file to discover all available pages before exploring further.

# C/C++

> Getting started guide for Cryptolens C and C++ SDK

## Introduction

Cryptolens offers two SDKs for projects using C/C++. When possible, we recommend using the C++ SDK, since the C SDK offers a subset of features available in the C++ SDK.

* C++ SDK: [https://github.com/Cryptolens/cryptolens-cpp](https://github.com/Cryptolens/cryptolens-cpp)
* C SDK: [https://github.com/Cryptolens/cryptolens-c](https://github.com/Cryptolens/cryptolens-c)

For time being, we recommend visiting the GitHub page for each of these projects for more information on how to get started.
