mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 07:53:49 +00:00
GH#857: all files are UTF-8 encoded (only relevant for Python 2)
This commit is contained in:
parent
274e1dcc16
commit
84a395ab77
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: ascii -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Util/Counter.py : Fast counter for use with CTR-mode ciphers
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: ascii -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Util/asn1.py : Minimal support for ASN.1 DER binary encoding.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue