Let's implement AES-256 GCM decryption in Rust and make it resilient!
Blog Posts
This blog is my space to share stuff I learn, interesting technologies I come across and a few ‘aha’ moments I’ve had along the way. I hope you find something useful or interesting here.
Implementing a resilient AES-256 GCM decryptor in Rust
Let's implement AES-256 GCM decryption in Rust and make it resilient!
Payload Based Authorization in Istio
How to implement payload based authorization in Istio service mesh and why you might want to do it.
An Introduction to Behaviour Oriented Concurrency (BoC)
BoC is a novel concurrency paradigm that enforces an ordering on atomic asynchronous units of work (behaviours) based on the shared resources they access.