diff options
author | Camil Staps | 2015-04-23 09:33:04 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-23 09:33:04 +0200 |
commit | 25fa258bef6640f14c83c6d6976966f76eee9d5a (patch) | |
tree | e83d51efdd9b49e26b28fdba99a78b36705568d9 | |
parent | Added test vectors (diff) |
Fixed encoding issue
-rw-r--r-- | test-vectors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-vectors.py b/test-vectors.py index 2cb46d6..30dbc6a 100644 --- a/test-vectors.py +++ b/test-vectors.py @@ -1,3 +1,7 @@ +#!/usr/bin/python +# -*- coding: utf8 -*- + +# ============================================================================= # Python PRIDE implementation test vectors # Version: 1.0 # Date: 23/04/2015 |