Skip to content

QuantumSafeAlgoChoice

saq.sandwich.proto.api.v1.QuantumSafeAlgoChoice

Description

Whether to allow or forbid quantum-safe algorithms.

By default, quantum-safe algorithms are allowed.

This enum is part of the Compliance configuration.

See also ClassicalAlgoChoice and HybridAlgoChoice.

enum QuantumSafeAlgoChoice {
  // Allows quantum-safe algorithms.
  QUANTUM_SAFE_ALGORITHMS_ALLOW = 0;

  // Forbids quantum-safe algorithms.
  QUANTUM_SAFE_ALGORITHMS_FORBID = 1;
}

Values

QUANTUM_SAFE_ALGORITHMS_ALLOW

Allows quantum-safe algorithms.

QUANTUM_SAFE_ALGORITHMS_ALLOW = 0;

QUANTUM_SAFE_ALGORITHMS_FORBID

Forbids quantum-safe algorithms.

QUANTUM_SAFE_ALGORITHMS_FORBID = 1;