// crypto module export { Salt } from './salt/salt'; export { Hash } from './hash/hash';