Module test_utils

Source
Expand description

Internal test utilities for validating KeyGenFor implementations.

This module provides reusable checks to ensure deterministic behavior and basic input separation properties of key generation logic.

Functionsยง

run_keygen_collision_check
Verifies input sensitivity of key generation.
run_keygen_deterministic_check
Verifies deterministic key generation.