Rocky_Mountain_Vending/.pnpm-store/v10/files/e1/35a96291cdec8375a5c749da0b94c32e8a1838d5a11b4d83e26168e8a8bf6137c6f76dd4f128fca7d9f6acbb1309307cd44628e5fe27cd57348d99c8919a47
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

29 lines
362 B
Text

export const SHA_1_HASH: { name: "SHA-1" } = { name: "SHA-1" };
export const SHA_1_HMAC_ALGO: { name: "HMAC"; hash: { name: "SHA-1" } } = {
name: "HMAC",
hash: SHA_1_HASH,
};
export const EMPTY_DATA_SHA_1 = new Uint8Array([
218,
57,
163,
238,
94,
107,
75,
13,
50,
85,
191,
239,
149,
96,
24,
144,
175,
216,
7,
9,
]);