saml 0.0.1-alpha.1

Stateless, async-native SAML 2.0 toolkit with no libxml2/xmlsec C build chain
Documentation
1
2
3
4
5
6
7
8
9
//! XML-DSig: canonicalization, signature verification, signing, transforms.
//!
//! See `docs/rfcs/RFC-002-xml-crypto-core.md`.

pub mod algorithms;
pub mod c14n;
pub mod reference;
pub mod sign;
pub mod verify;