Skip to main content

Module encryption

Module encryption 

Source
Expand description

Encryption Algorithms

§Oint-Keys Public Key Encryption:

This module contains the type for a public key used for encrypting/decrypting data.

§Implemented

  • RSA
  • ECIES_ED25519_SHA3
  • Kyber1024 (ML-KEM-5) (Post-Quantum)

Enums§

EncryptionAlgorithms
EncryptionCipherText
EncryptionPublicKey
EncryptionSecretKey
SharedSecret