# Functions
Decrypt data that was deterministically encrypted with the provided salt.
Deterministically encrypt data using a supplied salt to produce a distinguished the encrypted result that will have a different content hash, secret key, and address than the same data encrypted with a different salt (or not salt).
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author