4541:e8ddd9d76414 | 4542:706561253673 |
---|---|
1 #!/usr/bin/python3 | 1 # -*- coding: utf-8 -*- |
2 | |
2 # | 3 # |
3 # aes.py: implements AES - Advanced Encryption Standard | 4 # aes.py: implements AES - Advanced Encryption Standard |
4 # from the SlowAES project, http://code.google.com/p/slowaes/ | 5 # from the SlowAES project, http://code.google.com/p/slowaes/ |
5 # | 6 # |
6 # Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ), | 7 # Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ), |