Rocky_Mountain_Vending/.pnpm-store/v10/files/75/25fdc31a261f53eb745716006206f56c187ed43149550f5a3cc5a212fc8e5a5505a95095d7d5d54bc2384ab78c59f56e637898a6e44c401b430888c048f0f7
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

2 lines
192 B
Text

import { stringHasher } from "./stringHasher";
export const getChecksum = async (body, { checksumAlgorithmFn, base64Encoder }) => base64Encoder(await stringHasher(checksumAlgorithmFn, body));