Rocky_Mountain_Vending/.pnpm-store/v10/files/9f/747d8f2841d136cf4ada2c7cad59bd75550b06bae6278aa20367d6a9a0eb773cee3c1d71371d48cf4337639153a91a3ea3ef4a748fb983898d421ee720b014
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
179 B
Text

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