sensitive.core

Provides the `sensitive` function for protecting data that should
not leak into logs.

*redacted-string*

dynamic

sensitive

(sensitive s)
Wrap a sensitive value in an IDeref.  The secret value will only be
disclosed via an explicit `deref`, thus preventing accidental leaks
to logging, etc.