List of all items
Structs
- compression::CompressionOptions
- compression::CompressionResult
- encryption::EncryptOptions
- encryption::EncryptionResult
- encryption::Key
- obfuscation::GenerateMapOptions
- obfuscation::MapAnalysis
- obfuscation::ObfuscationOptions
- obfuscation::ObfuscationResult
- obfuscation::ObfuscationStats
- obfuscation::TemperatureConfig
- signing::KeyPair
Enums
- Error
- compression::CompressionAlgorithm
- encryption::Algorithm
- hash::HashAlgorithm
- obfuscation::SelectionStrategy
- signing::SigningAlgorithm
Functions
- compression::compress
- compression::decompress
- compression::deserialize_with_header
- compression::serialize_with_header
- encryption::decrypt
- encryption::decrypt_aes_gcm
- encryption::decrypt_bytes
- encryption::decrypt_with_aad
- encryption::decrypt_xchacha20
- encryption::derive_key_hkdf
- encryption::derive_key_pbkdf2
- encryption::encrypt
- encryption::encrypt_aes_gcm
- encryption::encrypt_xchacha20
- encryption::generate_key
- formats::base64_decode
- formats::base64_encode
- formats::hex_decode
- formats::hex_encode
- hash::compare_hashes
- hash::generate_fingerprint
- hash::generate_hmac
- hash::generate_hmac_hex
- hash::generate_random_bytes
- hash::generate_safety_numbers
- hash::generate_salt
- hash::hash
- hash::hash_hex
- hash::hash_with_pbkdf2
- hash::hash_with_salt
- hash::hash_with_salt_hex
- hash::secure_wipe
- hash::verify_hmac
- hash::verify_pbkdf2
- obfuscation::analyze_map
- obfuscation::deobfuscate
- obfuscation::generate_map
- obfuscation::get_config_from_temperature
- obfuscation::get_expansion_ratio
- obfuscation::get_temperature_profile
- obfuscation::obfuscate
- obfuscation::test_roundtrip
- signing::generate_key_pair
- signing::sign
- signing::verify
- util::constant_time_compare
- util::random_bytes
- util::secure_wipe