mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-04-27 02:19:23 -04:00

Refuse to boot if blake2s digest over the partition table does not match digest stored on flash
8 lines
117 B
Modula-2
8 lines
117 B
Modula-2
module partition_table
|
|
|
|
go 1.23.0
|
|
|
|
require golang.org/x/crypto v0.36.0
|
|
|
|
require golang.org/x/sys v0.31.0 // indirect
|