Classic McEliece Security API

Version: 1.0.0
Last Updated: 2025-01-02
Security Classification: Code-Based KEM
Author: MetaMUI Security Team

Overview

Classic McEliece is a code-based KEM with strong security guarantees but very large public keys.

Security Warnings ⚠️

  1. Huge Public Keys: Megabyte-sized public keys
  2. Conservative Security: Very strong security assumptions
  3. Storage Requirements: Not suitable for constrained devices
  4. Fast Operations: Very fast encapsulation/decapsulation

API Functions

Standard KEM interface with very large public keys.

Security Analysis

Threat Model: Classic McEliece Threat Model

The comprehensive threat analysis covers:

For complete security analysis and risk assessment, see the dedicated threat model documentation.

References

  1. Classic McEliece
  2. NIST PQC Round 4

Back to Algorithm Security APIs