Skip to content

Commit 47da069

Browse files
author
Amanda Butler
authored
Fix phrasing for Devicekey.md
Update phrasing as requested in comments for accuracy.
1 parent f081d82 commit 47da069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/security/Devicekey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DeviceKey class needs root of trust ready to use before the derivation API's fir
3636

3737
Both cases requires injecting this key data to the KVStore reserved area.
3838

39-
When `DEVICE_TRNG` is defined, the device supports a random number generator, and you may generate the key by calling `generate_root_of_trust()`. The call succeeds only if the key does not already exist. Subsequent calls will fail if you don't modify the existing key.
39+
When `DEVICE_TRNG` is defined, the device supports a random number generator, and you may generate the key by calling `generate_root_of_trust()`. The call succeeds only if the key does not already exist. You can't change the existing key.
4040

4141
```c++ NOCI
4242
int status = DeviceKey::get_instance().generate_root_of_trust();

0 commit comments

Comments
 (0)