معرفی شرکت ها


ed25519-1.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Ed25519 public-key signatures
ویژگی مقدار
سیستم عامل -
نام فایل ed25519-1.5
نام ed25519
نسخه کتابخانه 1.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Brian Warner
ایمیل نویسنده warner-python-ed25519@lothar.com
آدرس صفحه اصلی https://github.com/warner/python-ed25519
آدرس اینترنتی https://pypi.org/project/ed25519/
مجوز MIT
Python bindings to the Ed25519 public-key signature system. This offers a comfortable python interface to a C implementation of the Ed25519 public-key signature system (http://ed25519.cr.yp.to/), using the portable 'ref' code from the 'SUPERCOP' benchmarking suite. This system provides high (128-bit) security, short (32-byte) keys, short (64-byte) signatures, and fast (2-6ms) operation. Please see the README for more details. ## Not Recommended For New Applications: Use pynacl Instead For new applications, I recommend you use [`pynacl`](https://github.com/pyca/pynacl) instead of this repository. `PyNaCl` is larger and takes longer to build (it contains the complete NaCl/libsodium library, not just the ed25519 portion), but it is well-maintained by the diligent and conscientious PyCA team, whereas I've allowed this repository to languish. `PyNaCl` is also about 10-20 times faster. A guide for migration fron `python-ed25519` to `PyNaCl` is included below.


نحوه نصب


نصب پکیج whl ed25519-1.5:

    pip install ed25519-1.5.whl


نصب پکیج tar.gz ed25519-1.5:

    pip install ed25519-1.5.tar.gz