Metadata-Version: 1.1
Name: gfshare
Version: 1.1.0
Summary: Python interface to libgfshare
Home-page: https://chris-lamb.co.uk/projects/python-libgshare
Author: Chris Lamb
Author-email: chris@chris-lamb.co.uk
License: BSD
Description: python-gfshare
        ==============
        
        .. image:: https://travis-ci.org/lamby/python-gfshare.svg?branch=master
            :target: https://travis-ci.org/lamby/python-gfshare
        
        **Full documentation**: https://lamby.github.io/python-gfshare/
        
        ----
        
        This Python library implements `Shamir's method for secret sharing
        <https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing>`__ which can be used
        to split an arbitrary secret into multiple parts.
        
        Please see the `full documentation <https://lamby.github.io/python-gfshare/>`__
        for more details, usage examples, etc.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
