Skip to content

Python implementation of Nist SP 800-108 KDF in Counter Mode

Notifications You must be signed in to change notification settings

lightsec/pyNist800-108

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyNist800-108

Python implementation of Nist SP 800-108 KDF in Counter Mode

Installation

pip install git+https://github.com/lightsec/pyNist800-108.git

Requirements

The required packages are automatically installed in the procedure described above.

However, if you are going to contribute to this project, you might want to install only the project's dependencies in your virtualenv.

You can install them using the requirements.txt file in the following way:

    pip install -r requirements.txt

About

Python implementation of Nist SP 800-108 KDF in Counter Mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages