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)
- Host: GitHub
- URL: https://github.com/gregschmit/puflib
- Owner: gregschmit
- License: mit
- Created: 2018-07-08T22:31:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T03:58:11.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T12:48:33.380Z (over 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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/