Files
U2FDevice/Readme.txt
2018-07-31 00:11:57 +00:00

15 lines
254 B
Plaintext

Things to install
//To provide HW RNG facilities
sudo apt-get install rng-tools
//To provide ECC facilities
git submodule update --init --recursive
cp Scripts/uECC-Makefile micro-ecc/Makefile
To build
make
//Currently no install command is provided