├── .gitattributes ├── .gitignore ├── LICENSE.md ├── README.md ├── expr.m ├── generation_procedure.m ├── gf2dec.m └── reproduction_procedure.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karanahujax/PUF/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karanahujax/PUF/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karanahujax/PUF/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karanahujax/PUF/HEAD/README.md -------------------------------------------------------------------------------- /expr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karanahujax/PUF/HEAD/expr.m -------------------------------------------------------------------------------- /generation_procedure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karanahujax/PUF/HEAD/generation_procedure.m -------------------------------------------------------------------------------- /gf2dec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karanahujax/PUF/HEAD/gf2dec.m -------------------------------------------------------------------------------- /reproduction_procedure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karanahujax/PUF/HEAD/reproduction_procedure.m --------------------------------------------------------------------------------