Skip to main content

Module c14n

Module c14n 

Source

Enums§

CanonicalizationMode
Canonicalization mode wrapping the W3C C14N algorithm variants.

Functions§

canonicalize
Canonicalize an XML string using the specified mode.
canonicalize_and_hash
Canonicalize an XML string and compute its ContentHash.
canonicalize_str
Canonicalize an XML string using inclusive C14N and return the raw bytes.