AES

From miki
Jump to navigation Jump to search

Implementations

In Python:

Probably best out there. Clean implementation.
Including step-by-step test vector (for AES-256) — MAYBE INCORRECT

In Go:

Clear explanation and implemetation

In Javascript: