adafruit / Adafruit_CircuitPython_ATECC

Driver for Microchip ATECCx08 cryptographic co-processors with secure hardware-based key storage
Other
18 stars 19 forks source link

Update CSR demo #2

Closed brentru closed 5 years ago

brentru commented 5 years ago

Updating CSR demo to avoid locking the ATECC on first run, unless the LOCK_ATECC boolean is set. Generates a new internal private key instead of a public key.