Module helvetia::ct[][src]

Constant-time operations

This module provides helpers for constant-time operations. For more info regarding constant-time oprations and why they are useful, read the relevant BearSSL section on this subject. Note that for the underlying constant-time equality checks, we use the subtle crate.

Functions

str_eq

Compare two strings in constant time.