export { hash, HashInput, deriveKey, keyedHash } from './hash-fn'; export * from './hash-instance'; export * from '../base/index';