Cryptopals Set-1 Convert Hex to Base64

Introduction I’ve been learning Rust with the aid of ‘The Rust Book’, and Rustlings. It’s also a good idea to suplement learning by taking on small exercises and projects, so I thought it’d be fun to tackle Cryptopals. Disclaimer: I am no expert in Rust and this will reflect in my code. I’m happy to receive feedback 😄 Starting Out The first Cryptopal challenge is to convert the hex string...

June 9, 2024 · 9 min · John Emerson Requizo

Writing Math With Hugo

I initially attempted to follow the setup of mathematics in content management section of Hugo. Not knowing how it worked, I assumed I can copy and paste these configurations straight out of the box, but this did not work. I wanted to run and I wanted to run fast without first understanding the underlying architecture of Hugo In comes a bit of googling and running into this article by Misha Brukman in Writing Math with Hugo....

March 26, 2024 · 1 min · John Emerson Requizo