split platform
This commit is contained in:
commit
f2f92a576a
277 changed files with 114288 additions and 0 deletions
28
lib/python3.4/site-packages/ed25519-1.4.egg-info/PKG-INFO
Normal file
28
lib/python3.4/site-packages/ed25519-1.4.egg-info/PKG-INFO
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: ed25519
|
||||
Version: 1.4
|
||||
Summary: Ed25519 public-key signatures
|
||||
Home-page: https://github.com/warner/python-ed25519
|
||||
Author: Brian Warner
|
||||
Author-email: warner-python-ed25519@lothar.com
|
||||
License: MIT
|
||||
Description: 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.
|
||||
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3.3
|
||||
Classifier: Programming Language :: Python :: 3.4
|
||||
Classifier: Topic :: Security :: Cryptography
|
||||
Loading…
Add table
Add a link
Reference in a new issue