Add missing copyright notice

This commit is contained in:
Michał Sałaban 2019-01-04 11:27:41 +00:00
parent 3b832040c6
commit 213c352afe
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Source: https://ed25519.cr.yp.to/python/ed25519.py
#
# Parts Copyright (c) 2016 The MoneroPy Developers. Released under the BSD 3-Clause
# Parts taken from https://github.com/monero-project/mininero/blob/master/ed25519ietf.py
from binascii import hexlify, unhexlify
import hashlib