public-key encryption scheme

public-key encryption scheme

A set of three cryptographic algorithms (KeyGen, Encrypt, and Decrypt) that can be used by two parties to send secret data over a public channel. Also known as an asymmetric encryption scheme.

📚 Reference: FIPS 203
🏷️ Category: Cybersecurity
📊 Commonality: common