Skip to content

Instantly share code, notes, and snippets.

package main
import (
"fmt"
"github.com/aead/siphash"
"encoding/hex"
)
func main() {
key, _ := hex.DecodeString("00000000000000000000000000000001")
@TheBits
TheBits / cudo.json
Created March 5, 2024 14:06
cudo.json
{
"request": {
"cpuModel": "",
"gpu": 1,
"gpuModel": "",
"gpuModelId": "",
"memoryGib": 1,
"orderBy": "",
"pageNumber": 0,
"pageSize": 0,