UNPKG

@xrplf/isomorphic

Version:

A collection of isomorphic and tree-shakeable crypto hashes and utils for xrpl.js

9 lines 318 B
import { CHash } from '@noble/hashes/utils'; import { HashFn } from './types'; /** * Wrap a CHash object from @noble/hashes to provide a interface that is isomorphic * * @param chash - {CHash} hash function to wrap */ export default function wrapNoble(chash: CHash): HashFn; //# sourceMappingURL=wrapNoble.d.ts.map