libcrux-traits 0.0.7

Traits for cryptographic algorithms
Documentation
1
2
3
4
5
6
//! This module provides a common interface trait for Elliptic Curve
//! Diffie-Hellman (ECDH) key exchange.

pub mod arrayref;
pub mod owned;
pub mod slice;