tectonic-bedrock 0.5.3

Tectonic's common cryptography library
1
2
3
4
5
6
7
#![allow(missing_docs)]

#[cfg(feature = "falcon")]
mod fn_dsa;

#[cfg(feature = "falcon")]
mod falcon_rust;