python3-ecdsa-0.17.0
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>ECDSA implementation for Python</Summary>
|
||||
<Description>This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols.</Description>
|
||||
<Archive sha1sum="b30cd3527393e262e0dd8c77423e4e8907c2936c" type="targz">https://github.com/warner/python-ecdsa/archive/python-ecdsa-0.15.tar.gz</Archive>
|
||||
<Archive sha1sum="4b0218ac43bc49fdb8af87a45c70609f5e363a7b" type="targz">https://github.com/warner/python-ecdsa/archive/python-ecdsa-0.17.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2021-10-25</Date>
|
||||
<Version>0.17.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-23</Date>
|
||||
<Version>0.15</Version>
|
||||
@@ -56,4 +63,4 @@
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user