Skip to content

Instantly share code, notes, and snippets.

View KerfuffleV2's full-sized avatar
🐺

Kerfuffle KerfuffleV2

🐺
View GitHub Profile
@KerfuffleV2
KerfuffleV2 / Cargo.toml
Created April 9, 2022 10:15
AES CBC thing for /u/PeksyTiger
[package]
name = "testaes"
version = "0.1.0"
edition = "2021"
[dependencies]
aes = { version = "=0.8.1", features = [] }
cipher = { version = "=0.4.3", features = ["block-padding"] }
cbc = { version = "=0.1.2", features = ["block-padding", "std"] }
anyhow = "1"
use aes::cipher::{
generic_array::GenericArray, BlockCipher, BlockDecrypt, BlockEncrypt, KeyInit, KeySizeUser,
};
use aes::{Aes128, Aes192};
#[derive(Debug, Clone)]
struct Testy<CI> {
cipher: CI,
data: Vec<u8>,
}
@KerfuffleV2
KerfuffleV2 / cardids.csv
Created October 21, 2018 01:55
Eternal card and set IDs
0 3 Kaleb's Favor
0 4 Blazing Renegade
0 6 Flash Fire
0 9 Silence
0 11 Talir's Favored
0 14 Timekeeper
0 15 Oasis Sanctuary
0 18 Rolant's Favor
0 21 Mantle of Justice
0 24 Eilyn's Favor