Update cp right to 2021

This commit is contained in:
HeshamTB 2021-01-30 13:03:57 +03:00
parent 5277984fdb
commit 522e9f3453
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Copyright (C) 2019, 2020 Hesham T. Banafa # Copyright (C) 2019-2021 Hesham T. Banafa
#From: https://stackoverflow.com/questions/17298130/working-with-large-primes-in-python #From: https://stackoverflow.com/questions/17298130/working-with-large-primes-in-python
from random import randrange from random import randrange

View File

@ -1,4 +1,4 @@
# Copyright (C) 2019, 2020 Hesham T. Banafa # Copyright (C) 2019-2021 Hesham T. Banafa
#From: https://stackoverflow.com/questions/39964383/implementation-of-i2osp-and-os2ip #From: https://stackoverflow.com/questions/39964383/implementation-of-i2osp-and-os2ip

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3 #!/usr/bin/python3
# Copyright (C) 2019, 2020 Hesham T. Banafa # Copyright (C) 2019-2021 Hesham T. Banafa
s = 'test message hello awdawd' s = 'test message hello awdawd'
print(s) print(s)

2
rsa.py
View File

@ -1,6 +1,6 @@
#!/usr/bin/python3 #!/usr/bin/python3
# Copyright (C) 2019, 2020 Hesham T. Banafa # Copyright (C) 2019-2021 Hesham T. Banafa
#program to generate rsa key pair using methods in EE-305 #program to generate rsa key pair using methods in EE-305
# Hesham Banafa # Hesham Banafa