🥸How to Use the SDK

Before delving into the examples showcasing the functionalities of the gcEVM across different languages, it's crucial to understand the foundations. With the gcEVM's SDK, developers gain access to essential encryption schemes such as AES and RSA, enabling secure data transmission and storage. That is, in the current version we use RSA for Key Encapsulation (aka KEM) and AES for data encryption. The SDK also supports ECDSA signature schemes, ensuring the integrity and authenticity of transactions. The SDK offers convenient methods for signing, verifying, and preparing input text, along with generating function signatures. Whether you're encrypting sensitive data, verifying signatures, or interacting with a gcEVM node, the SDK equips you with the tools necessary to build robust and secure applications across multiple programming languages. The following examples demonstrate how to use the SDK.

Last updated