Metadata-Version: 2.1
Name: aeskeyschedule
Version: 0.0.1
Summary: Tool to calculate the Rijndael key schedule given any AES-128 round key.
Home-page: https://github.com/fanosta/aeskeyschedule
Author: fanosta
Author-email: fanosta@users.noreply.github.com
License: UNKNOWN
Description: ```
        usage: aeskeyschedule [-h] [-r AES_ROUND] round_key
        
        Tool to calculate the Rijndael key schedule given any AES-128 round key.
        
        positional arguments:
          round_key             the round key in hex notation from which the full key
                                will be derived.
        
        optional arguments:
          -h, --help            show this help message and exit
          -r AES_ROUND, --round AES_ROUND
                                The AES round of the provided key. Defaults to 0 (base
                                key).
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
