Skip to content

Instantly share code, notes, and snippets.

View enedil's full-sized avatar

Michał Radwański enedil

View GitHub Profile
#include <vector>
#include <fstream>
#include <array>
#include <cstdint>
#include <iostream>
using u32 = uint32_t;
using u64 = uint64_t;
const auto SECRET = 14810031;
const u32 masks[] = {43, 578, 22079, 142962};