libpep 0.12.0

Library for polymorphic encryption and pseudonymization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod distribution;
pub mod generation;
pub mod types;

// Re-export for easier imports
pub use distribution::{
    WASMAttributeSessionKeyShare, WASMBlindedAttributeGlobalSecretKey, WASMBlindedGlobalKeys,
    WASMBlindedPseudonymGlobalSecretKey, WASMBlindingFactor, WASMPseudonymSessionKeyShare,
    WASMSessionKeyShares,
};
pub use types::*;
// Note: wasm_bindgen functions from distribution/ and generation/ are exported directly by those modules