gitextract_1ksv5dfj/ ├── .github/ │ └── workflows/ │ └── c-cpp.yml ├── .gitignore ├── .gitmodules ├── .travis.yml ├── COPYING ├── README.md ├── requirements.txt └── src/ ├── .gitignore ├── Makefile ├── affine.h ├── bn-thumb1.h ├── bn.c ├── bn.h ├── call-ec.c ├── call-ec_p256r1.c ├── cert/ │ ├── attestation.der │ ├── attestation.pem │ ├── attestation_key.der │ ├── attestation_key.pem │ ├── certtool │ ├── csr.csr │ ├── dump-der.py │ └── gen.sh ├── csn.c ├── csn.h ├── dbug.c ├── dbug.h ├── ec_p256r1.c ├── ec_p256r1.h ├── ecc.c ├── ecc.h ├── efm32hg.ld ├── empty-attestation-cert.c ├── field-group-select.h ├── gdb.commands ├── hmac.c ├── hmac.h ├── inject_key.py ├── inject_key_bin.py ├── jpc-ac_p256r1.h ├── jpc.c ├── jpc_p256r1.c ├── mod.c ├── mod.h ├── modp256r1.c ├── modp256r1.h ├── muladd_256.h ├── neug.c ├── neug.h ├── pbt.c ├── pbt.h ├── platform.c ├── platform.h ├── random.c ├── random.h ├── sha256.c ├── sha256.h ├── stm32f103.ld ├── toboot.h ├── u2f-apdu.c ├── u2f-apdu.h ├── u2f-hid.c ├── u2f-hid.h ├── u2f.c ├── usb-hid.c ├── usb-hid.h ├── uvoid.c └── uvoid.h