Skip to content

Commit

Permalink
Add optimised pure PHP AES-128 function
Browse files Browse the repository at this point in the history
Implementation performs encryption of single blocks with a given key only. It does not store expanded keys for re-use, and the intention is to use it with Poly1305-AES where the has to be recomputed every time.

Resolves #2
  • Loading branch information
lt committed Sep 3, 2014
1 parent a0850c2 commit 9a12ac0
Showing 1 changed file with 311 additions and 0 deletions.

0 comments on commit 9a12ac0

Please sign in to comment.