/**
 * @summary Create xxhash64 values with specified bitlengths
 */
export { xxhashAsHex, xxhashAsU8a } from './asU8a.js';
