提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
290 B

  1. import { s as serialize } from './shared/ohash.D__AXeF1.mjs';
  2. export { i as isEqual } from './shared/ohash.D__AXeF1.mjs';
  3. import { digest } from 'ohash/crypto';
  4. export { digest } from 'ohash/crypto';
  5. function hash(input) {
  6. return digest(serialize(input));
  7. }
  8. export { hash, serialize };