Metadata-Version: 2.1
Name: pymugi
Version: 0.1.1
Summary: Native Python3 implementation of Hitachi's Mugi PRNG
Home-page: https://github.com/wh1terat/pymugi
Author: Gareth Bryan
Author-email: gareth@mx9.org
License: GPLv3
Description: # pymugi
        
        [![PyPI](https://img.shields.io/pypi/v/pymugi.svg)](https://pypi.python.org/pypi/pymugi)
        [![Build Status](https://travis-ci.com/Wh1terat/pymugi.svg?branch=master)](https://travis-ci.com/github/Wh1terat/pymugi)
        
        **pymugi** provides a pure python3 implementation of Hitachi's MUGI PRNG
        
        Based upon: http://www.hitachi.com/rd/yrl/crypto/mugi/mugi_spe.pdf
        
Keywords: hitachi mugi crypto prng
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Security :: Cryptography
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >3.6
Description-Content-Type: text/markdown
