Rocky_Mountain_Vending/.pnpm-store/v10/files/61/a180bbffa0c3119728c887ed16d683dc74adfc84924b045b21164a039ee3cb2ff1c7ebf7aba9a81a1cc718396fcc085067e463a9999d68699d95a5e6ba3597
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

12 lines
191 B
Text

/**
* @internal
*/
export declare const BLOCK_SIZE = 64;
/**
* @internal
*/
export declare const DIGEST_LENGTH = 16;
/**
* @internal
*/
export declare const INIT: number[];