pub fn canonicalize_exclusive(xml: &str) -> Result<String, XmlDSigError>Expand description
Mock canonicalization: returns the input unchanged. Real impl would implement RFC 3076 (Inclusive) or Exclusive C14N.
pub fn canonicalize_exclusive(xml: &str) -> Result<String, XmlDSigError>Mock canonicalization: returns the input unchanged. Real impl would implement RFC 3076 (Inclusive) or Exclusive C14N.