hiss 0.1.0

Static, type-level Noise Protocol Framework with pluggable hardware-backed crypto.
Documentation
1
2
3
4
5
6
7
//! Re-exports the [`Curve`]/[`DhCurve`] traits and curve markers from
//! [`crate::curve`] for use in Noise protocol parameterisation.

pub use crate::curve::p256::P256;
pub use crate::curve::x448::X448;
pub use crate::curve::x25519::X25519;
pub use crate::curve::{Curve, DhCurve};