Skip to content

Instantly share code, notes, and snippets.

@tryone144
tryone144 / aes.py
Last active January 6, 2024 14:01
Implementation of AES as used by https://aesencryption.net
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# (c) 2020 Bernd Busse
#
"""Implementation of AES as used by https://aesencryption.net."""
import base64
import sys
@iwalpola
iwalpola / stm32_gpio_reg.md
Last active May 30, 2024 05:21
STM32 GPIO registers cheatsheet