Rocky_Mountain_Vending/.pnpm-store/v10/files/d2/94551261dd1efe0321aed88f4c01c327c137b8813f40e9d86afe6a0502d19b4658271409abca64d109b2a61cc364bd3af08dcd9f324d452fb9f80682a0200b
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

3 lines
133 B
Text

export const BLOCK_SIZE = 64;
export const DIGEST_LENGTH = 16;
export const INIT = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476];