We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec67d3 commit fd7ac12Copy full SHA for fd7ac12
README.md
@@ -1,6 +1,6 @@
1
# **S**upersingular **I**sogeny-**B**ased **C**ryptographic constructions
2
3
-<img align="center" src="sibc-logo.png">
+<img align="center" src="https://github.com/JJChiDguez/sibc/blob/master/sibc-logo.png">
4
5
This repository includes a python-code library named **sibc**, which allows a user-friendly
6
interface to deal with some isogeny-based cryptographic primitive.
setup.py
@@ -10,7 +10,7 @@
10
bdist_deb = None
11
12
13
-__version__ = '1.0.1'
+__version__ = '1.0.3'
14
15
if os.path.exists('requirements.txt'):
16
with open("requirements.txt", "r") as obj:
0 commit comments