Releases: virgesmith/pico-crypto-key
Releases · virgesmith/pico-crypto-key
v1.4.2
v1.4.1
Update v1.4.1
- Use standard library implementation of
minstd_rand
and seed it with the TRNG frompico_rand
(used by ECDSA). - Minor code improvements
What's Changed
- seed RNG from entropy source by @virgesmith in #11
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Update v1.4.0
- Updates pico SDK to v2.0
- Adds support for Pico2 (both ARM and RISC-V) and compares performance
- Board configurations are now set in
config/boards.toml
- this allows use of multiple/different SDKs and toolchains per board
v1.3.1
v1.3.0
What's changed
- Time synchronisation between host and device
- Device info: firmware version, board type, current time
- Generation of time-based authentication tokens (like Webauthn)
- Multiple build targets: Pico and Pico W. LED now works on Pico W.
- Switch to short-form public keys.
1.2.0
What's changed
The device pin is now configurable. See PIN protection and the change pin example.