Metadata-Version: 2.1
Name: kawpow
Version: 0.9.4.4
Summary: C/C++ implementation of Kawpow – the Ravencoin Proof of Work algorithm
Home-page: https://github.com/RavenCommunity/cpp-kawpow
Maintainer: Ravencoin Community
License: Apache License, Version 2.0
Description: # Kawpow
        
        > C/C++ implementation of Kawpow – the Ravencoin Proof of Work algorithm
        
        ## Usage
        
        Currently only light verification is supported
        
        ```final_hash = kawpow.light_verify( bytes(header_hash), bytes(mix_hash), nonce )```
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
