Skip to content

HybridAlgoChoice

saq.sandwich.proto.api.v1.HybridAlgoChoice

Description

Whether to allow or forbid hybrid algorithms. In this context "hybrid" means a combination of a quantum-safe algorithm and a classical one.

By default, hybrid algorithms are allowed.

This enum is part of the Compliance configuration.

See also ClassicalAlgoChoice and QuantumSafeAlgoChoice.

enum HybridAlgoChoice {
  // Allows hybrid algorithms.
  HYBRID_ALGORITHMS_ALLOW = 0;

  // Forbids hybrid algorithms.
  HYBRID_ALGORITHMS_FORBID = 1;
}

Values

HYBRID_ALGORITHMS_ALLOW

Allows hybrid algorithms.

HYBRID_ALGORITHMS_ALLOW = 0;

HYBRID_ALGORITHMS_FORBID

Forbids hybrid algorithms.

HYBRID_ALGORITHMS_FORBID = 1;