Overview
The CryptoApi class provides a set of cryptographic functions that can be used to generate keys, sign data, encrypt/decrypt data, and more. This documentation will guide you through some common use cases, such as generating a private and public key pair, implementing a login flow using signatures, and other cryptographic operations.