🌄 hash.ts

This commit is contained in:
nirholas
2026-03-31 10:24:18 +00:00
parent 9bbd7e72ac
commit e38d212082

View File

@@ -44,3 +44,4 @@ export function hashPair(a: string, b: string): string {
.update(b) .update(b)
.digest('hex') .digest('hex')
} }