dcrypt-params 1.2.3

Constant values for dcrypt library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Constant values for dcrypt cryptographic operations
//!
//! This library provides common constants used across the dcrypt project.

#![no_std]

// Traditional algorithm constants
pub mod traditional;

// Post-quantum algorithm constants
pub mod pqc;

// Utility constants
pub mod utils;