From 25fa258bef6640f14c83c6d6976966f76eee9d5a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 23 Apr 2015 09:33:04 +0200 Subject: Fixed encoding issue --- test-vectors.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test-vectors.py') 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 -- cgit v1.2.3