An open API service indexing awesome lists of open source software.

https://github.com/gregschmit/puflib

A library for emulating PUFs (physically unclonable functions)
https://github.com/gregschmit/puflib

Last synced: about 1 year ago
JSON representation

A library for emulating PUFs (physically unclonable functions)

Awesome Lists containing this project

README

          

PUFlib
######

A Python library for emulating Physically Unclonable Functions (PUFs).

Contributing
############

Email gschmi4@uic.edu if you want to contribute. You must only contribute code
that you have authored or otherwise hold the copyright to, and you must
make any contributions to this project available under the MIT license.

To collaborators: don't push using the :code:`--force` option.

Dev Quickstart
##############

First clone, the repository into a location of your choosing:

.. code-block:: shell

$ git clone https://github.com/gregschmit/puflib

Then install/register the library with `pip` in editable mode:

.. code-block:: shell

$ sudo pip install -e puflib/