aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2015-04-23 09:33:04 +0200
committerCamil Staps2015-04-23 09:33:04 +0200
commit25fa258bef6640f14c83c6d6976966f76eee9d5a (patch)
treee83d51efdd9b49e26b28fdba99a78b36705568d9
parentAdded test vectors (diff)
Fixed encoding issue
-rw-r--r--test-vectors.py4
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