mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-06-25 06:30:34 -04:00
Capitalize consistently
Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
parent
97c0a2152e
commit
726bbcd15c
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ During the load operation, the device measures the application
|
||||||
it on the open hardware security processor. This measurement
|
it on the open hardware security processor. This measurement
|
||||||
is similar to [TCG DICE](https://trustedcomputinggroup.org/work-groups/dice-architectures/).
|
is similar to [TCG DICE](https://trustedcomputinggroup.org/work-groups/dice-architectures/).
|
||||||
|
|
||||||
Each Tkey device contains a Unique Device Secret (UDS), which
|
Each TKey device contains a Unique Device Secret (UDS), which
|
||||||
together with the application measurement, and an optional
|
together with the application measurement, and an optional
|
||||||
user-provided seed, is used to derive key material unique to each
|
user-provided seed, is used to derive key material unique to each
|
||||||
application. This guarantees that if the integrity of the application
|
application. This guarantees that if the integrity of the application
|
||||||
|
@ -26,12 +26,12 @@ load their own apps, while ensuring that each app loaded will have
|
||||||
its own cryptographic identity, and can also be used for authentication
|
its own cryptographic identity, and can also be used for authentication
|
||||||
towards different services.
|
towards different services.
|
||||||
|
|
||||||
The Tkey platform is based around a 32-bit RISC-V processor and has
|
The TKey platform is based around a 32-bit RISC-V processor and has
|
||||||
128 KB of RAM. The current firmware is designed to load an app that is
|
128 KB of RAM. The current firmware is designed to load an app that is
|
||||||
up to 100 KB in size, and gives it a stack of 28 KB. A smaller app may
|
up to 100 KB in size, and gives it a stack of 28 KB. A smaller app may
|
||||||
move itself in memory to get larger continuous memory.
|
move itself in memory to get larger continuous memory.
|
||||||
|
|
||||||
All of the Tkey software, firmware, FPGA Verilog source code, schematics
|
All of the TKey software, firmware, FPGA Verilog source code, schematics
|
||||||
and PCB design files are open source. Like all trustworthy security software
|
and PCB design files are open source. Like all trustworthy security software
|
||||||
and hardware should be. This in itself makes it different, as other
|
and hardware should be. This in itself makes it different, as other
|
||||||
security tokens utilize at least some closed source hardware for its
|
security tokens utilize at least some closed source hardware for its
|
||||||
|
|
|
@ -17,7 +17,7 @@ The KiCad board projects all follow this directory structure:
|
||||||
| /project/gerbers | PCB release files |
|
| /project/gerbers | PCB release files |
|
||||||
| /project/test | Scripts / gateware used for production tests |
|
| /project/test | Scripts / gateware used for production tests |
|
||||||
|
|
||||||
### Tkey 1 (TK1)
|
### TKey 1 (TK1)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue