Skip to main content

Crate bergshamra_enc

Crate bergshamra_enc 

Source
Expand description

XML Encryption (XML-Enc) implementation.

Provides encryption and decryption per the W3C XML Encryption spec.

Re-exports§

pub use context::EncContext;

Modules§

context
Encryption context — holds keys and configuration.
decrypt
XML-Enc decryption.
encrypt
XML-Enc encryption.